AFX_COMCTL32_IF_EXISTS2
Determines whether the Common Controls library implements the specified API (this is the Unicode version of AFX_COMCTL32_IF_EXISTS).
Syntax
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
See Also
Isolation of the MFC Common Controls Library
AFX_COMCTL32_IF_EXISTS