OleRegEnumVerbs (OLE32.@)
HRESULT OleRegEnumVerbs ( REFCLSID clsid, LPENUMOLEVERB* ppenum )
Enumerates verbs associated with a class stored in the registry.
clsid | [In] | Class Id to enumerate the verbs for. |
ppenum | [Out] | Enumerator. |
S_OK: Success. REGDB_E_CLASSNOTREG: The specified class does not have a key in the registry. REGDB_E_READREGDB: The class key could not be opened for some other reason. OLE_E_REGDB_KEY: The Verb subkey for the class is not present. OLEOBJ_E_NOVERBS: The Verb subkey for the class is empty.
Declared in "include/ole2.h". gitlab.winehq.org/wine/wine/blob/master/include/ole2.h
Implemented in "dlls/ole32/ole2.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ole32/ole2.c
Debug channel "ole".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.