Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 997 Bytes

isymunmanageddocument-getdocumenttype-method.md

File metadata and controls

42 lines (33 loc) · 997 Bytes
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ISymUnmanagedDocument::GetDocumentType Method
ISymUnmanagedDocument::GetDocumentType Method
03/30/2017
ISymUnmanagedDocument.GetDocumentType
diasymreader.dll
COM
ISymUnmanagedDocument::GetDocumentType
ISymUnmanagedDocument::GetDocumentType method [.NET Framework debugging]
GetDocumentType method [.NET Framework debugging]
2d381ab1-7e7c-4281-af2b-e54d879b3ef8
apiref

ISymUnmanagedDocument::GetDocumentType Method

Gets the document type of this document.

Syntax

HRESULT GetDocumentType(  
    [out, retval] GUID*  pRetVal);  

Parameters

pRetVal
[out] Pointer to a variable that receives the document type.

Return Value

S_OK if the method succeeds.

See also