|
Reference Guide
interface IControllerInfo
ControllerInfo objects contain information pertaining to a controller chip.
Definition
- interface IControllerInfo : IDispatch
-
- {
-
-
- [id(0), propget]
-
- HRESULT Name([out, retval] BSTR* rval);
-
- [propget]
-
- HRESULT MemoryCount([out, retval] short* rval);
- };
-
Descriptions
[id(0), propget]
HRESULT Name([out, retval] BSTR* rval); |
The name of the controller chip.
|
[propget]
HRESULT MemoryCount([out, retval] short* rval); |
The number of memories in the controller chip.
|
|