DkmEELocalObject.GetValueAttributeProps Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GetValueAttributeProps.
Location constraint: API must be called from a Monitor component (component level < 100,000).
public:
void GetValueAttributeProps(System::UInt32 ClassCookie, System::UInt32 Ordinal, [Runtime::InteropServices::Out] System::String ^ % TargetedAssembly, [Runtime::InteropServices::Out] System::UInt32 % AssemblyLocation, [Runtime::InteropServices::Out] System::String ^ % Name, [Runtime::InteropServices::Out] System::String ^ % Value, [Runtime::InteropServices::Out] System::String ^ % Type);
public void GetValueAttributeProps (uint ClassCookie, uint Ordinal, out string TargetedAssembly, out uint AssemblyLocation, out string Name, out string Value, out string Type);
public void GetValueAttributeProps (uint ClassCookie, uint Ordinal, out string? TargetedAssembly, out uint AssemblyLocation, out string? Name, out string? Value, out string? Type);
member this.GetValueAttributeProps : uint32 * uint32 * string * uint32 * string * string * string -> unit
Public Sub GetValueAttributeProps (ClassCookie As UInteger, Ordinal As UInteger, ByRef TargetedAssembly As String, ByRef AssemblyLocation As UInteger, ByRef Name As String, ByRef Value As String, ByRef Type As String)
Parameters
- ClassCookie
- UInt32
[In] Class cookie.
- Ordinal
- UInt32
[In] Ordinal.
- TargetedAssembly
- String
[Out,Optional] Target assembly.
- AssemblyLocation
- UInt32
[Out,Optional] Assembly location.
- Name
- String
[Out,Optional] Name.
- Value
- String
[Out,Optional] Value.
- Type
- String
[Out,Optional] Type.