Public Member Functions | |
void | queryObject (in wstring objUuid,[retval] out $unknown returnInterface) |
Queries the IUnknown interface to an object in the extension pack main module. |
{431685DA-3618-4EBC-B038-833BA829B4B2}
void IExtPack::queryObject | ( | in wstring | objUuid, | |
[retval] 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. |