File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444
4545Finally, here are the corresponding Windows API function syntax definitions in ` C ` :
4646
47- ```
47+ ``` c
4848HANDLE WINAPI GetStdHandle (
4949 _ In_ DWORD nStdHandle
5050);
5151```
5252
53- ```
53+ ``` c
5454BOOL WINAPI GetConsoleMode (
5555 _ In_ HANDLE hConsoleHandle,
5656 _ Out_ LPDWORD lpMode
@@ -66,7 +66,7 @@ directly translatable without manually looking up the myriad Windows data types.
6666The aliases defined in this package are provided below. Refer to
6767[ https://docs.microsoft.com/en-us/windows/win32/winprog/windows-data-types ] ( https://docs.microsoft.com/en-us/windows/win32/winprog/windows-data-types )
6868for detailed documentation on each constant.
69- ```
69+ ``` julia
7070FALSE = Cint (0 )
7171TRUE = Cint (1 )
7272
You can’t perform that action at this time.
0 commit comments