SHGetObjectCompatFlags (SHLWAPI.476)
DWORD SHGetObjectCompatFlags ( IUnknown* pUnk, const CLSID* clsid )
Function returns an integer representation of compatibility flags stored in registry for CLSID under ShellCompatibility subkey.
pUnk: pointer to object IUnknown interface, identifies CLSID |
clsid: pointer to CLSID to retrieve data for. |
0 on failure, flags set on success
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/ordinal.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/ordinal.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.