The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DllGetVersion function
[This function is no longer supported, so its behavior cannot be guaranteed.]
The DllGetVersion function retrieves the version number of Cabinet.dll using the CABINETDLLVERSIONINFO structure.
Syntax
VOID WINAPI DllGetVersion( PCABINETDLLVERSIONINFO pcdvi );
Parameters
- pcdvi
-
Pointer to the CABINETDLLVERSIONINFO structure that contains the version information.
Return value
This function does not return a value.
Remarks
This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.
Requirements
|
DLL |
|
|---|
See also
Show: