Peer.CancelAsyncOperation Method |
Language: |
Visual Basic Public Sub CancelAsyncOperation( _
ByVal flags As CancelFlags _
)C# public void CancelAsyncOperation(
CancelFlags flags
);C++ public:
void CancelAsyncOperation(
CancelFlags flags
);JScript public function CancelAsyncOperation(
flags : CancelFlags
);
flags Microsoft.DirectX.DirectPlay.CancelFlags
This method is useful when several methods of an object run asynchronously by default with each returning an asyncHandle parameter. To cancel a request before it is processed, pass that request's returned handle in this method's asyncHandle parameter.
To cancel all pending asynchronous operations, call this method with NULL in the asyncHandle parameter and DPNCANCEL_ALL_OPERATIONS in the flags parameter.
If you pass a specific handle to this method, do not set any flags.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center