AFX_COMCTL32_IF_EXISTS
Determines whether the Common Controls library implements the specified API.
Syntax
AFX_COMCTL32_IF_EXISTS(
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).
Requirements
afxcomctl32.h, afxcomctl32.inl
See Also
Isolation of the MFC Common Controls Library
AFX_COMCTL32_IF_EXISTS2