NAME

SHGetObjectCompatFlags  (SHLWAPI.476)

SYNOPSIS

 DWORD SHGetObjectCompatFlags
 (
  IUnknown*    pUnk,
  const CLSID* clsid
 )

DESCRIPTION

Function returns an integer representation of compatibility flags stored in registry for CLSID under ShellCompatibility subkey.

PARAMS

pUnk: pointer to object IUnknown interface, identifies CLSID
clsid: pointer to CLSID to retrieve data for.

RETURNS

0 on failure, flags set on success

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

Implemented in "dlls/shlwapi/ordinal.c". https://source.winehq.org/source/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 Apr 2024.