CoGetClassAccess

[This is preliminary documentation and subject to change.]

Returns a pointer to a Class Store Manager object.

WINOLEAPI CoGetClassAccess(
  IClassAccess **ppIClassAccess  //Pointer to a class access interface
);
 

Parameters

ppIClassAccess
[out] Returns a pointer to a class access interface.

Return Values

This method supports the standard return value E_OUTOFMEMORY, as well as the following:

S_OK
The pointer was returned successfully.f

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in objbase.h.
  Import Library: Included as a resource in ole32.dll.