Microsoft SDK for Java

GetClassID

This method of the IPersistStreamInit interface retrieves the class identifier (CLSID) of an object. The CLSID is a unique value that identifies the code that can manipulate the persistent data.

Syntax

public _Guid GetClassID();

Return Value

S_OK -- The CLSID was successfully retrieved.

E_FAIL -- The CLSID could not be retrieved.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.