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.
Determines whether the Common Controls library implements the specified API (this is the Unicode version of AFX_COMCTL32_IF_EXISTS).
AFX_COMCTL32_IF_EXISTS2(
proc
);
Parameters
- proc
Pointer to a null-terminated string containing the function name, or specifies the function's ordinal value. If this parameter is an ordinal value, it must be in the low-order word; the high-order word must be zero. This parameter must be in Unicode.
Remarks
Use this macro to determine whether the Common Controls library the function specified by proc (instead of calling GetProcAddress). This macro is the Unicode version of AFX_COMCTL32_IF_EXISTS.
Requirements
afxcomctl32.h, afxcomctl32.inl