Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The EndPath function closes a path bracket and selects the path defined by the bracket into the specified device context.
Syntax
BOOL EndPath(
[in] HDC hdc
);
Parameters
[in] hdc
A handle to the device context into which the new path is selected.
Return value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | wingdi.h (include Windows.h) |
| Library | Gdi32.lib |
| DLL | Gdi32.dll |