Contents

getPlatform

Returns a pointer to the platform expert instance for the computer.

Declaration

static IOPlatformExpert * getPlatform(
 void );

Return Value

A pointer to the IOPlatformExpert instance. It should not be released by the caller.

Overview

This method provides an accessor to the platform expert instance for the computer.

See Also

Miscellaneous