Returns a property browser that wraps a VARIANT.

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.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also