MFC
TRY
Expand Minimize
This topic has not yet been rated - Rate this topic

AFX_COMCTL32_IF_EXISTS2

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
);
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.

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.

afxcomctl32.h, afxcomctl32.inl

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.