NAME

OleRegEnumVerbs  (OLE32.@)

SYNOPSIS

 HRESULT OleRegEnumVerbs
 (
  REFCLSID       clsid,
  LPENUMOLEVERB* ppenum
 )

DESCRIPTION

Enumerates verbs associated with a class stored in the registry.

PARAMS

clsid [In] Class Id to enumerate the verbs for.
ppenum [Out] Enumerator.

RETURNS

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.

IMPLEMENTATION

Declared in "ole2.h". https://source.winehq.org/source/include/ole2.h

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