IUnknown_GetClassID(3w)

NAME

IUnknown_GetClassID (SHLWAPI.175)

SYNOPSIS

HRESULT IUnknown_GetClassID
 (
  IUnknown* lpUnknown,
  CLSID*    lpClassId
 )

DESCRIPTION

Call IPersist_GetClassID(3w) on an object.

PARAMS

lpUnknown [In] Object supporting the IPersist interface.

lpClassId [Out] Destination for Class Id.

RETURNS

Success: S_OK. lpClassId contains the Class Id requested.

Failure: E_FAIL, If lpUnknown is NULL, E_NOINTERFACE If lpUnknown does not support IPersist, Or an HRESULT error code.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function.

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/ordinal.c".

Debug channel "shell".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout