GetMailslotInfo.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

GetMailslotInfo (KERNEL32.@)

SYNOPSIS

BOOL GetMailslotInfo
 (
  HANDLE  hMailslot,
  LPDWORD lpMaxMessageSize,
  LPDWORD lpNextSize,
  LPDWORD lpMessageCount,
  LPDWORD lpReadTimeout
 )

DESCRIPTION

Retrieve information about a mailslot.

PARAMS

hMailslot [In] Mailslot handle.

lpMaxMessageSize [Out] Address of maximum message size.

lpNextSize [Out] Address of size of next message.

lpMessageCount [Out] Address of number of messages.

lpReadTimeout [Out] Address of read time-out.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/sync.c".

Debug channel "sync".