[NDK]: Certainly that this member exists only in Vista+. See r63673.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 29 Jun 2014 18:30:12 +0000 (18:30 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 29 Jun 2014 18:30:12 +0000 (18:30 +0000)
svn path=/trunk/; revision=63674

reactos/include/ndk/pstypes.h

index b343741..d8f1e23 100644 (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