Interface: IUnknown

gpf.interfaces. IUnknown

Offers a way to access supported interfaces of an object

Since:
  • 0.1.8

Methods


queryInterface(Interface)

Retrieves an object supporting the requested interface (maybe the object itself)

Parameters:
Name Type Description
Interface function

specifier function

Since:
  • 0.1.8
Returns:

The object implementing the interface or null

Type
Object