 |
DllGetVersion ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Implemented by many of the Microsoft® Windows® Shell dynamic-link libraries (DLLs) to allow applications to obtain DLL-specific version information. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HRESULT CALLBACK DllGetVersion(
DLLVERSIONINFO* pdvi
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER DllGetVersion IN shell32;
STRING @pdvi
|
 |
 |
 |
| Parameters: |
 |
pdvi
Pointer to a DLLVERSIONINFO structure that receives the version information.
|
 |
 |
| Return value: |
 |
| Returns NOERROR (0) if successful, or an OLE-defined error value otherwise. |
 |
 |
| Word Index links for the DllGetVersion : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-04-16 22:20:10 | | Modified: | 2002-04-16 22:23:10 | Visited in last 7 days: 32 |