[NDK]: Certainly that this member exists only in Vista+. See r63673.

svn path=/trunk/; revision=63674
This commit is contained in:
Hermès Bélusca-Maïto 2014-06-29 18:30:12 +00:00
parent b0100b94ab
commit 84a819ad64

View file

@ -576,6 +576,16 @@ NTSTATUS
_In_ PVOID Parameter
);
#if (NTDDI_VERSION >= NTDDI_LONGHORN)
typedef
NTSTATUS
(NTAPI *PKWIN32_WIN32DATACOLLECTION_CALLOUT)(
_In_ struct _EPROCESS *Process,
_In_ PVOID Callback,
_In_ PVOID Context
);
#endif
//
// Lego Callback
//
@ -1413,6 +1423,9 @@ typedef struct _WIN32_CALLOUTS_FPNS
PKWIN32_SESSION_CALLOUT WindowStationDeleteProcedure;
PKWIN32_SESSION_CALLOUT WindowStationParseProcedure;
PKWIN32_SESSION_CALLOUT WindowStationOpenProcedure;
#if (NTDDI_VERSION >= NTDDI_LONGHORN)
PKWIN32_WIN32DATACOLLECTION_CALLOUT Win32DataCollectionProcedure;
#endif
} WIN32_CALLOUTS_FPNS, *PWIN32_CALLOUTS_FPNS;
#endif // !NTOS_MODE_USER