1.2.1.12 SYS_MODULE_OBJ Typedef

1.2.1.12 C

typedef uintptr_t SYS_MODULE_OBJ;

1.2.1.12 Summary

Handle to an instance of a system module.

1.2.1.12 Description

This data type is a handle to a specific instance of a system module, such as a device driver.

1.2.1.12 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.