Delphi
			type PUnknown = ^IInterface;
 
		C++
			typedef _di_IInterface *PUnknown;
 
 
Properties
	
		| Type | Visibility | Source | Unit | Parent | 
	
		| pointer typedef | public | System.pas System.hpp | System | System | 
Description
Is a pointer to an IUnknown.
PUnknown is a pointer to an IUnknown. 
See Also