Click or drag to resize

IGHADevice Methods

[This is preliminary documentation and is subject to change.]

The IGHADevice type exposes the following members.

Methods
  NameDescription
Public methodInitalize
Called by the GHA executive during device initialization. Perform device-specific intialization in this method
Public methodInstall
Called by the GHA exective when the device driver is installed
Public methodShutdown
Called by the GHA executive during shutdown operations. Perform device-specific shutdown steps in this method
Public methodUninstall
Called by the GHA executive when the driver is deleted. Perform device-specific uninstall steps
Top
See Also