次の方法で共有


Peer.GetSendQueueInformation(Int32,Int32,Int32,GetSendQueueInformationFlags)

GetSendQueueInformation メソッド

アプリケーションで送信キューのサイズを監視するために使う。

定義

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
);
Managed C++ public: void GetSendQueueInformation(
    int dpnidPlayer,
    intnumberMessages,
    intnumberBytes,
    GetSendQueueInformationFlags flags
);
JScript public function GetSendQueueInformation(
    dpnidPlayer : int,
    numberMessages : int,
    numberBytes : int,
    flags : GetSendQueueInformationFlags
) : void;

パラメータ

dpnidPlayer System.Int32.
numberMessages System.Int32.
numberBytes System.Int32.
flags Microsoft.DirectX.DirectPlay.GetSendQueueInformationFlags.

対象

Peer

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