Reintegrate header branch
[reactos.git] / reactos / include / ddk / hidclass.h
index f269c03..c93bfb4 100644 (file)
@@ -98,11 +98,11 @@ enum DeviceObjectState {
   DeviceObjectRemoved
 };
 
-typedef VOID (DDKAPI *PHID_STATUS_CHANGE)(
+typedef VOID (NTAPI *PHID_STATUS_CHANGE)(
   PVOID  Context,
   enum DeviceObjectState  State);
 
-typedef NTSTATUS (DDKAPI *PHIDP_GETCAPS)(
+typedef NTSTATUS (NTAPI *PHIDP_GETCAPS)(
   IN PHIDP_PREPARSED_DATA  PreparsedData,
   OUT PHIDP_CAPS  Capabilities);