Go to the source code of this file.
|
enum | _VDMSERVICECLASS {
VdmStartExecution,
VdmQueueInterrupt,
VdmDelayInterrupt,
VdmInitialize,
VdmFeatures,
VdmSetInt21Handler,
VdmQueryDir,
VdmPrinterDirectIoOpen,
VdmPrinterDirectIoClose,
VdmPrinterInitialize,
VdmSetLdtEntries,
VdmSetProcessLdtInfo,
VdmAdlibEmulation,
VdmPMCliControl,
VdmQueryVdmProcess
} |
|
|
NTSYSCALLAPI NTSTATUS NTAPI | NtDrawText (_In_ PUNICODE_STRING Text) |
|
NTSYSCALLAPI NTSTATUS NTAPI | NtVdmControl (_In_ VDMSERVICECLASS Service, _Inout_ PVOID ServiceData) |
|
NTSYSCALLAPI NTSTATUS NTAPI | NtTraceEvent (_In_ HANDLE TraceHandle, _In_ ULONG Flags, _In_ ULONG FieldSize, _In_ PVOID Fields) |
|
NTSYSCALLAPI NTSTATUS NTAPI | NtTraceControl (_In_ ULONG FunctionCode, _In_reads_bytes_opt_(InBufferLen) PVOID InBuffer, _In_ ULONG InBufferLen, _Out_writes_bytes_opt_(OutBufferLen) PVOID OutBuffer, _In_ ULONG OutBufferLen, _Out_ PULONG ReturnLength) |
|
#define FLT_PORT_CONNECT 0x0001 |
- Enumerator:
VdmStartExecution |
|
VdmQueueInterrupt |
|
VdmDelayInterrupt |
|
VdmInitialize |
|
VdmFeatures |
|
VdmSetInt21Handler |
|
VdmQueryDir |
|
VdmPrinterDirectIoOpen |
|
VdmPrinterDirectIoClose |
|
VdmPrinterInitialize |
|
VdmSetLdtEntries |
|
VdmSetProcessLdtInfo |
|
VdmAdlibEmulation |
|
VdmPMCliControl |
|
VdmQueryVdmProcess |
|
Definition at line 23 of file ntmisc.h.
NTSYSCALLAPI NTSTATUS NTAPI NtTraceControl |
( |
_In_ ULONG |
FunctionCode, |
|
|
_In_reads_bytes_opt_(InBufferLen) PVOID |
InBuffer, |
|
|
_In_ ULONG |
InBufferLen, |
|
|
_Out_writes_bytes_opt_(OutBufferLen) PVOID |
OutBuffer, |
|
|
_In_ ULONG |
OutBufferLen, |
|
|
_Out_ PULONG |
ReturnLength |
|
) |
| |
NTSYSCALLAPI NTSTATUS NTAPI NtTraceEvent |
( |
_In_ HANDLE |
TraceHandle, |
|
|
_In_ ULONG |
Flags, |
|
|
_In_ ULONG |
FieldSize, |
|
|
_In_ PVOID |
Fields |
|
) |
| |
NTSYSCALLAPI NTSTATUS NTAPI NtVdmControl |
( |
_In_ VDMSERVICECLASS |
Service, |
|
|
_Inout_ PVOID |
ServiceData |
|
) |
| |