Click to return to the Component Development home page    
IDebugHelper Interface     IDebugHelper::CreatePrope...     IDebugHelper Interface    
Web Workshop  |  Component Development

IDebugHelper::CreatePropertyBrowser Method


Creates a browser.

Syntax

HRESULT CreatePropertyBrowser(
    VARIANT *pvar,
    LPCOLESTR bstrName,
    IDebugApplicationThread *pdat,
    IDebugProperty **ppdob
);

Parameters

pvar
[in] Address of a VARIANT structure that contains the root to browse.
bstrName
[in] Address of a string that contains the name to assign to the root.
pdat
[in] Address of a thread to use to request properties.
ppdob
[out] Address of a pointer to an IDebugProperty interface.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.