Description |
Provides access to the custom properties and methods of an external device. |
VB Syntax |
Set PSG = ExtDev.ExtendedProperties |
Variable |
(Type) - Description |
PSG |
(Object) Variable to store the returned handle to an external device. |
ExtDev |
An ExternalDevice (object) |
Return Type |
Object |
Default |
Not Applicable |
Examples |
|
C++ Syntax |
HRESULT get_ExtendedProperties(IDispatch** ppObject); |
Interface |
IExternalDevice |