MPNIS_PRIVATE_DATA structure

Private NIS notifications.

Syntax

typedef struct tagMPNIS_PRIVATE_DATA {
  DWORD dwNotificationType;
  DWORD cbDataSize;
  BYTE  *pbData;
} MPNIS_PRIVATE_DATA, *PMPNIS_PRIVATE_DATA;

Members

dwNotificationType

Type: DWORD

Type of notification.

cbDataSize

Type: DWORD

Size of reserved data, in bytes.

pbData

Type: BYTE*

Pointer to reserved data.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
MpClient.h