Sets pipe policy.
Used when the value parameter is a long (PIPE_TRANSFER_TIMEOUT only).
Returns True on success, False on failure.
Type Return
A Boolean Value
Syntax
Object.SetPipePolicy1 ( DppWinUSB, PipeId, PolicyType, Value)
The SetPipePolicy1 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 Long Value. Policy value. |