IGHADevice Interface |
[This is preliminary documentation and is subject to change.]
Namespace: GHASchema
[GHACapabilityAttribute("", "Device")] public interface IGHADevice
The IGHADevice type exposes the following members.
| Name | Description | |
|---|---|---|
| Initalize |
Called by the GHA executive during device initialization. Perform device-specific intialization
in this method
| |
| Install |
Called by the GHA exective when the device driver is installed
| |
| Shutdown |
Called by the GHA executive during shutdown operations. Perform device-specific shutdown steps
in this method
| |
| Uninstall |
Called by the GHA executive when the driver is deleted. Perform device-specific uninstall steps
|