Microsoft DirectX 9.0 SDK Update (October 2004)

BufferedData.op_LogicalAnd Method

Language:

Note: This documentation is preliminary and is subject to change.

Definition

Visual Basic .NET Public Shared Function op_LogicalAnd( _
    ByVal a As BufferedData, _
    ByVal b As BufferedData _
) As Boolean
C# public static bool op_LogicalAnd(
    BufferedData a,
    BufferedData b
);
Managed C++ public: static bool op_LogicalAnd(
    BufferedData *a,
    BufferedData *b
);
JScript .NET public static function op_LogicalAnd(
    a : BufferedData,
    b : BufferedData
) : boolean;

Parameters

a Microsoft.DirectX.DirectInput.BufferedData.
b Microsoft.DirectX.DirectInput.BufferedData.

Return Value

System.Boolean .


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center