ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / MetadataQueryReader Class / GetLocation Method

In This Topic
    GetLocation Method
    In This Topic
    HRESULT IWICMetadataQueryReader::GetLocation([In] unsigned int cchMaxLength,[In] void* wzNamespace,[Out] unsigned int* pcchActualLength)
    Syntax
    'Declaration
     
    Public Function GetLocation( _
       ByVal cchMaxLength As Integer, _
       ByVal namespace As IntPtr _
    ) As Integer
    public int GetLocation( 
       int cchMaxLength,
       IntPtr namespace
    )

    Parameters

    cchMaxLength
    namespace
    See Also