This document is archived and information here might be outdated. Recommended version. |
The factory object of the GPName object.
[Visual Basic .NET]
Public Property Factory As Object
[C#]
public object Factory {get; set;}
[C++]
HRESULT get_Factory(
IUnknown Pointer* Factory
);
[C++]
HRESULT putref_Factory(
LPUNKNOWN Factory
);
[C++] Parameters Factory [out, retval]
Factory is a parameter of type IUnknown* Factory [in]
Factory is a parameter of type IUnknown