Persist

wraps the IPersist interface and provides the CLSID of an object that can be stored persistently in the system.

Authors

License

Documentation

Requirements

AutoHotkeyAHK v2 alpha
OSWindows 2000 Professional / Windows XP / Windows Server 2003 or higher
Base classesUnknown
Summary
Persistwraps the IPersist interface and provides the CLSID of an object that can be stored persistently in the system.
Variables
IIDThis is IID_IPersist.
ThrowOnCreationindicates that attempting to create an instance of this class without supplying a valid pointer should throw an exception.
Functions
GetClassIDRetrieves the class identifier (CLSID) of the object.

Variables

IID

This is IID_IPersist.  It is required to create an instance.

ThrowOnCreation

indicates that attempting to create an instance of this class without supplying a valid pointer should throw an exception.

Functions

GetClassID

GetClassID()

Retrieves the class identifier (CLSID) of the object.

Returns

STR clsidthe CLSID of the object (as string)
GetClassID()
Retrieves the class identifier (CLSID) of the object.