ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / MetadataQueryReader Class / GetMetadataByName Method / GetMetadataByName(String,IntPtr) Method

In This Topic
    GetMetadataByName(String,IntPtr) Method
    In This Topic
    HRESULT IWICMetadataQueryReader::GetMetadataByName([In] const wchar_t* wzName,[In] void* pvarValue)
    Syntax
    'Declaration
     
    Public Overloads Function GetMetadataByName( _
       ByVal name As System.String, _
       ByVal varValueRef As System.IntPtr _
    ) As HResult
    public HResult GetMetadataByName( 
       System.string name,
       System.IntPtr varValueRef
    )

    Parameters

    name
    varValueRef
    See Also