Sets pipe policy.
Used when the value parameter is a byte (all except PIPE_TRANSFER_TIMEOUT).
Returns True on success, False on failure.
Type Return
A Boolean Value
Syntax
Object.SetPipePolicy ( DppWinUSB, PipeId, PolicyType, Value)
The SetPipePolicy Methods syntax has these parts:
Part | Description |
object | An expression evaluating to an Object of type modWinUSB. |
DppWinUSB | Required. A WinUsbDevice Value. |
PipeId | Required. A Byte Value. Pipe to set a policy for. |
PolicyType | Required. A Long Value. PIPE_POLICY_TYPE member. |
Value | Required. A Boolean Value. Policy value. |