Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a property browser that wraps a VARIANT.
Syntax
HRESULT CreatePropertyBrowser(
VARIANT* pvar,
LPCOLESTR bstrName,
IDebugApplicationThread* pdat,
IDebugProperty** ppdob
);
Parameters
pvar
[in] Root variant to browse.
bstrName
[in] Name to give the root.
pdat
[in] Thread on which to request properties. If this parameter is NULL, no marshalling is performed.
ppdob
[out] The property browser.
Return Value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Value | Description |
|---|---|
S_OK |
The method succeeded. |
Remarks
This method returns a property browser that wraps a VARIANT.
See also
IDebugHelper::CreatePropertyBrowserEx
IDebugHelper Interface
IDebugProperty Interface