Public Member Functions | |
void | queryObject (in wstring objUuid, out $unknown returnInterface) |
Queries the IUnknown interface to an object in the extension pack main module. |
{60F0C30F-C773-4D3E-9580-3FFA47C24E95}
void IExtPack::queryObject | ( | in wstring | objUuid, | |
out $unknown | returnInterface | |||
) |
Queries the IUnknown interface to an object in the extension pack main module.
This allows plug-ins and others to talk directly to an extension pack.
objUuid | The object ID. What exactly this is | |
returnInterface | The queried interface. |