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

IDebugHelper::CreatePropertyBrowserEx Method


Creates a browser that enables conversions. This method is the CreatePropertyBrowser method extended to include an IDebugFormatter parameter.

Syntax

HRESULT CreatePropertyBrowserEx(
    VARIANT *pvar,
    LPCOLESTR bstrName,
    IDebugApplicationThread *pdat,
    IDebugFormatter *pdf,
    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.
pdf
[in] Address of an IDebugFormatter interface.
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.