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.
34 lines
386 B
34 lines
386 B
/*++
|
|
|
|
Copyright (c) 1985 - 1999, Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
ntwow64c.h
|
|
|
|
Abstract:
|
|
|
|
Helper functions inplemented in wow64.
|
|
|
|
Author:
|
|
|
|
21-Sept-1998 BarryBo
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
HANDLE
|
|
Wow64GetConsoleHandle(
|
|
VOID
|
|
);
|
|
|
|
VOID
|
|
Wow64SetConsoleHandle(
|
|
HANDLE hHandle
|
|
);
|
|
|
|
VOID
|
|
Wow64SetLastError(
|
|
DWORD dwError
|
|
);
|