Location: Symbol Reference > Classes > TJwServerAccessControl Class > TJwServerAccessControl Methods > TJwServerAccessControl.GetClassID Method
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwServerAccessControl.GetClassID Method
Pascal
function GetClassID(out classID: TCLSID): HRESULT; stdcall;

The function can return two values:

  • E_FAIL: This value will be returned in case of the property PersistClassID is a NULL_GUID.
  • S_OK: In case of success.

This method GetClassID is used by COM to determine which implementation can stream this object. It implements the IPersist interface.

This method implements TJwServerAccessControl.GetClassID of IPersist. 

This class can host a COM interface that allows it to be available as a stream object to store and load a security descriptor. You need to register the class to COM to allow it to be registered.

Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!