Contents

OSKextGetCurrentLoadTag

Returns the run-time load tag for the calling kext as an OSKextLoadTag.

Declaration

OSKextLoadTag OSKextGetCurrentLoadTag(void);

Return Value

The run-time load tag for the calling kext as an OSKextLoadTag.

Discussion

The load tag identifies this loaded instance of the kext to the kernel and to kernel functions that operate on kexts.

See Also

kext