DLLGETVERSIONPROCDLLGETVERSIONPROC*
*Contents  *Index  *Topic Contents
*Previous Topic: DllGetVersion
*Next Topic: DLLVERSIONINFO

DLLGETVERSIONPROC


typedef HRESULT (CALLBACK* DLLGETVERSIONPROC)(DLLVERSIONINFO *);

This type definition is used to define a pointer to a DllGetVersion function. This pointer is used when calling the function dynamically by loading the library and getting the function's address. For more information, see the example in DllGetVersion.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.