IEEVisualizerService::GetPropertyProxy
This method returns a proxy for a property object.
HRESULT GetPropertyProxy(
DWORD dwID,
IPropertyProxyEESide** proxy
);
int GetPropertyProxy(
uint dwID,
out IPropertyProxyEESide proxy
);
Parameters
dwID
[in] ID of property proxy to retrieve.proxy
[out] Desired proxy implemented in an IPropertyProxyEESide interface.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
IPropertyProxyProvider::GetPropertyProxy passes the request to this method as part of its support for type visualizers.