1.2.4.4.21 SYS_CONSOLE_HANDLE Typedef

C

typedef uintptr_t SYS_CONSOLE_HANDLE;

Summary

Handle to an instance of the console system service.

Description

This data type is a handle to a specific instance of the console system service

Remarks

Code outside of a specific module should consider this as an opaque type (much like a void *). Do not make any assumptions about base type as it may change in the future or about the value stored in a variable of this type.