Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
604 B

/*++
Copyright (c) 1997-2002 Microsoft Corporation
Module Name:
devnode.c
Abstract:
WinDbg Extension Api
Revision History:
--*/
typedef
VOID
(*pUserDataInterpretationFunction)(
IN ULONG64 UserData
);
BOOLEAN
DumpRangeList(
IN DWORD Depth,
IN ULONG64 RangeListHead,
IN BOOLEAN IsMerged,
IN BOOLEAN OwnerIsDevObj,
IN BOOLEAN DisplayAliases,
IN pUserDataInterpretationFunction PrintUserData OPTIONAL
);
DECLARE_API(pnpevent);
DECLARE_API(devnode);