Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.39 KB

iceegen-getsectiondatalen-method.md

File metadata and controls

59 lines (43 loc) · 1.39 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICeeGen::GetSectionDataLen Method
ICeeGen::GetSectionDataLen Method
03/30/2017
ICeeGen.GetSectionDataLen
mscoree.dll
COM
ICeeGen::GetSectionDataLen
ICeeGen::GetSectionDataLen method [.NET Framework metadata]
GetSectionDataLen method [.NET Framework metadata]
e2a06ee4-b8ee-49c7-935a-c1031a29eef2
apiref

ICeeGen::GetSectionDataLen Method

Gets the length of the specified section.

This method is obsolete and should not be used.

Syntax

HRESULT GetSectionDataLen (  
    [in]  HCEESECTION  section,  
    [out] ULONG        *dataLen  
);  

Parameters

section
[in] The data section whose length will be retrieved.

dataLen
[out] The returned length of the specified section.

Remarks

Call GetSectionDataLen only if you have special section requirements that are not handled by other methods.

Requirements

Platforms: See System Requirements.

Header: Cor.h

Library: Used as a resource in MsCorEE.dll

.NET Framework Versions: [!INCLUDEnet_current_v10plus]

See also