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