NAME

CoIsOle1Class  (OLE32.@)

SYNOPSIS

 BOOL CoIsOle1Class
 (
  REFCLSID clsid
 )

DESCRIPTION

Determines whether the specified class an OLE v1 class.

PARAMS

clsid [In] Class to test.

RETURNS

TRUE if the class is an OLE v1 class, or FALSE otherwise.

IMPLEMENTATION

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

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