Client.GetSendQueueInformation Method |
Language: |
Visual Basic Public Sub GetSendQueueInformation( _
ByRef numberMessages As Integer, _
ByRef numberBytes As Integer, _
ByVal flags As GetSendQueueInformationFlags _
)C# public void GetSendQueueInformation(
out int numberMessages,
out int numberBytes,
GetSendQueueInformationFlags flags
);C++ public:
void GetSendQueueInformation(
[Out] int% numberMessages,
[Out] int% numberBytes,
GetSendQueueInformationFlags flags
);JScript public function GetSendQueueInformation(
numberMessages : int,
numberBytes : int,
flags : GetSendQueueInformationFlags
);
numberMessages System.Int32
numberBytes System.Int32
flags Microsoft.DirectX.DirectPlay.GetSendQueueInformationFlags
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