ReactOS 0.4.16-dev-424-ge4748fe
|
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <ddk/ntddk.h>
Go to the source code of this file.
Macros | |
#define | BUF_SIZE 1024 |
#define | MAX_BASIC_INFO_SIZE 512 |
Functions | |
NTSTATUS (WINAPI *QueryObject)(IN HANDLE ObjectHandle | |
VOID | DumpInfo (LPCWSTR Name, NTSTATUS Status, LPCWSTR Comment, HANDLE Port) |
#define BUF_SIZE 1024 |
Definition at line 21 of file dumpinfo.c.
#define MAX_BASIC_INFO_SIZE 512 |
Definition at line 22 of file dumpinfo.c.
Definition at line 70 of file dumpinfo.c.
Referenced by TryConnectPort(), and TryCreatePort().
Definition at line 30 of file dumpinfo.c.
Referenced by DumpInfo().
Definition at line 29 of file dumpinfo.c.
Definition at line 40 of file dumpinfo.c.
Referenced by KdPortGetByteEx(), KdPortInitializeEx(), and KdPortPutByteEx().
Definition at line 39 of file dumpinfo.c.
Definition at line 32 of file dumpinfo.c.
Referenced by DumpInfo().
Definition at line 42 of file dumpinfo.c.
Referenced by AcpiExGetProtocolBufferLength(), AdjustTokenGroups(), AdjustTokenPrivileges(), BuildDesktopNameList(), BuildWindowStationNameList(), CmpQueryKeyName(), CreateProcessAsUserCommon(), CreateRemoteThread(), DefaultQueryInfoBufferCheck(), ExGetPoolTagInfo(), ExpQueryModuleInformation(), FltpGetObjectName(), GetCallerLuid(), GetLogicalProcessorInformation(), GetLongPathNameW(), GetPrivateObjectSecurity(), GetShortPathNameW(), GetSystemDirectoryW(), GetSystemTimes(), GetSystemWindowsDirectoryW(), GetTListInfo(), GetTokenInformation(), HeapQueryInformation(), ImpersonateLoggedOnUser(), IoGetDeviceProperty(), IopParseDevice(), IopQueryName(), IopQueryNameInternal(), IoQueryFileDosDeviceName(), IsGlobalDeviceMap(), IsGlobalSymbolicLink(), KdpTrap(), KeI386VdmInitialize(), KeQueryIntervalProfile(), KiInitMachineDependent(), KsecGatherEntropyData(), ListDirectory(), LpcpCopyRequestData(), MiQueryMemoryBasicInformation(), MiQueryMemorySectionName(), MmGetFileNameForFileObject(), NtAdjustGroupsToken(), NtAdjustPrivilegesToken(), NtQueryDirectoryObject(), NtQueryEvent(), NtQueryInformationAtom(), NtQueryInformationJobObject(), NtQueryInformationProcess(), NtQueryInformationThread(), NtQueryInformationToken(), NtQuerySemaphore(), NtQuerySystemEnvironmentValue(), NtQuerySystemInformation(), NtQueryTimer(), NtQueryVirtualMemory(), NtReadRequestData(), NtSetInformationDebugObject(), NtSystemDebugControl(), NtWriteRequestData(), ObjectBasicInformationTests(), ObQueryNameString(), ObQueryTypeInfo(), PrintProcess(), PrintThreads(), PspQueryDescriptorThread(), QueryDosDeviceW(), QueryNameProc(), RawQueryFsAttributeInfo(), RtlAcquirePrivilege(), RtlAdjustPrivilege(), RtlDefaultNpAcl(), RtlFormatMessage(), RtlFormatMessageEx(), RtlGetSetBootStatusData(), RtlIsDosDeviceName_Ustr(), RtlpSysVolTakeOwnership(), RtlQueryHeapInformation(), RtlQuerySecurityObject(), RtlRemovePrivileges(), SeDefaultObjectMethod(), SeInitializeProcessAuditName(), SepCleanupLUIDDeviceMapDirectory(), SHCreateSessionKey(), START_TEST(), StorPortGetBusData(), StorPortSetBusDataByOffset(), Test_Flags(), test_GetSystemTimes(), Test_KernelDebugger(), Test_ProcessWx86Information(), test_query_basic(), test_query_cache(), test_query_cpu(), test_query_data_alignment(), test_query_handle(), test_query_handle_ex(), test_query_interrupt(), test_query_kerndebug(), test_query_module(), test_query_performance(), test_query_process(), test_query_process_basic(), test_query_process_handlecount(), test_query_process_image_file_name(), test_query_process_io(), test_query_process_priority(), test_query_process_times(), test_query_process_vm(), test_query_process_wow64(), test_query_procperf(), test_query_regquota(), test_query_timeofday(), Test_TimeAdjustment(), and VfdQueryImage().