MFC
TRY
Développer Réduire
Ce sujet n'a pas encore été évalué - Évaluez ce sujet

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

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.

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

Cela vous a-t-il été utile ?
(1500 caractères restants)

Ajouts de la communauté

AJOUTER
Microsoft réalise une enquête en ligne pour recueillir votre opinion sur le site Web de MSDN. Si vous choisissez d’y participer, cette enquête en ligne vous sera présentée lorsque vous quitterez le site Web de MSDN.

Si vous souhaitez y participer,
© 2013 Microsoft. Tous droits réservés.