ReactOS 0.4.15-dev-7918-g2a2556c
_RPC_ASYNC_NOTIFICATION_INFO Union Reference

#include <rpcasync.h>

Collaboration diagram for _RPC_ASYNC_NOTIFICATION_INFO:

Public Attributes

struct {
   PFN_RPCNOTIFICATION_ROUTINE   NotificationRoutine
 
   HANDLE   hThread
 
APC
 
struct {
   HANDLE   hIOPort
 
   DWORD   dwNumberOfBytesTransferred
 
   DWORD_PTR   dwCompletionKey
 
   LPOVERLAPPED   lpOverlapped
 
IOC
 
struct {
   HWND   hWnd
 
   UINT   Msg
 
HWND
 
HANDLE hEvent
 

Detailed Description

Definition at line 118 of file rpcasync.h.

Member Data Documentation

◆ 

struct { ... } _RPC_ASYNC_NOTIFICATION_INFO::APC

◆ dwCompletionKey

DWORD_PTR _RPC_ASYNC_NOTIFICATION_INFO::dwCompletionKey

Definition at line 129 of file rpcasync.h.

◆ dwNumberOfBytesTransferred

DWORD _RPC_ASYNC_NOTIFICATION_INFO::dwNumberOfBytesTransferred

Definition at line 128 of file rpcasync.h.

◆ hEvent

HANDLE _RPC_ASYNC_NOTIFICATION_INFO::hEvent

Definition at line 137 of file rpcasync.h.

◆ hIOPort

HANDLE _RPC_ASYNC_NOTIFICATION_INFO::hIOPort

Definition at line 127 of file rpcasync.h.

◆ hThread

HANDLE _RPC_ASYNC_NOTIFICATION_INFO::hThread

Definition at line 123 of file rpcasync.h.

◆ hWnd

HWND _RPC_ASYNC_NOTIFICATION_INFO::hWnd

Definition at line 134 of file rpcasync.h.

◆ 

struct { ... } _RPC_ASYNC_NOTIFICATION_INFO::HWND

◆ 

struct { ... } _RPC_ASYNC_NOTIFICATION_INFO::IOC

◆ lpOverlapped

LPOVERLAPPED _RPC_ASYNC_NOTIFICATION_INFO::lpOverlapped

Definition at line 130 of file rpcasync.h.

◆ Msg

UINT _RPC_ASYNC_NOTIFICATION_INFO::Msg

Definition at line 135 of file rpcasync.h.

◆ NotificationRoutine

PFN_RPCNOTIFICATION_ROUTINE _RPC_ASYNC_NOTIFICATION_INFO::NotificationRoutine

Definition at line 122 of file rpcasync.h.


The documentation for this union was generated from the following file: