GME
13
|
import "Mga.idl";
Public Member Functions | |
HRESULT | GetRegistryNodeDisp ([in] BSTR path,[out, retval] IMgaRegNode **pVal) |
HRESULT | GetRegistryDisp ([in, defaultvalue(0)] VARIANT_BOOL virtuals,[out, retval] IMgaRegNodes **pVal) |
HRESULT | GetRegistryValueDisp ([in] BSTR path,[out, retval] BSTR *pVal) |
HRESULT | SetRegistryValueDisp ([in] BSTR path,[in] BSTR newval) |
HRESULT | Clear () |
Properties | |
IMgaMetaAttribute | Meta [get] |
VARIANT | Value [get, set] |
IMgaFCO | Owner [get] |
long | Status [get] |
VARIANT | OrigValue [get] |
VARIANT_BOOL | HasChanged [get] |
BSTR | StringValue [get, set] |
long | IntValue [get, set] |
VARIANT_BOOL | BoolValue [get, set] |
double | FloatValue [get, set] |
IMgaFCO | FCOValue [get, set] |
IMgaRegNode | RegistryNode ([in] BSTR path) [get] |
IMgaRegNodes | Registry ([in, defaultvalue(0)] VARIANT_BOOL virtuals) [get] |
BSTR | RegistryValue ([in] BSTR path) [get, set] |
HRESULT IMgaAttribute::Clear | ( | ) |
HRESULT IMgaAttribute::GetRegistryDisp | ( | [in, defaultvalue(0)] VARIANT_BOOL | virtuals, |
[out, retval] IMgaRegNodes ** | pVal | ||
) |
HRESULT IMgaAttribute::GetRegistryNodeDisp | ( | [in] BSTR | path, |
[out, retval] IMgaRegNode ** | pVal | ||
) |
HRESULT IMgaAttribute::GetRegistryValueDisp | ( | [in] BSTR | path, |
[out, retval] BSTR * | pVal | ||
) |
HRESULT IMgaAttribute::SetRegistryValueDisp | ( | [in] BSTR | path, |
[in] BSTR | newval | ||
) |
VARIANT_BOOL IMgaAttribute::BoolValue [get, set] |
IMgaFCO IMgaAttribute::FCOValue [get, set] |
double IMgaAttribute::FloatValue [get, set] |
VARIANT_BOOL IMgaAttribute::HasChanged [get] |
long IMgaAttribute::IntValue [get, set] |
VARIANT IMgaAttribute::OrigValue [get] |
IMgaFCO IMgaAttribute::Owner [get] |
IMgaRegNodes IMgaAttribute::Registry([in, defaultvalue(0)] VARIANT_BOOL virtuals) [get] |
IMgaRegNode IMgaAttribute::RegistryNode([in] BSTR path) [get] |
BSTR IMgaAttribute::RegistryValue [get, set] |
long IMgaAttribute::Status [get] |
BSTR IMgaAttribute::StringValue [get, set] |
VARIANT IMgaAttribute::Value [get, set] |