ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Integer, _
       ByVal namespace As System.IntPtr _
    ) As System.Integer
    public System.int GetLocation( 
       System.int cchMaxLength,
       System.IntPtr namespace
    )

    Parameters

    cchMaxLength
    namespace
    See Also