Share via


Context Property

The Context property gets the context object for the ISoftUSBDevice interface.

This property is read-only.

Syntax

HRESULT get_Context(
  [out, retval]  DSFPropertyBag **ppContext
);

Property Value

Caller-allocated space to hold the DSFPropertyBag object that holds the contextual information for the ISoftUSBDevice object.

Error Codes

Context returns one of the following values:

Name Meaning
S_OK

The operation succeeded.

E_POINTER

The ppContext parameter was not a valid pointer.

Remarks

Requirements

Header

SoftUSBif.h

See Also

IDSFPropertyBag

ISoftUSBDevice

 

 

Send comments about this topic to Microsoft

Build date: 9/21/2010