नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Determines whether a module is loaded into memory in mapped/hydrated format.
Syntax
HRESULT IsMappedLayout(
[out] BOOL *pIsMapped
);
Parameters
pIsMapped
[out] Pointer to a BOOL to store mapping information. TRUE represents mapped format while FALSE represents flat format.
Return Value
S_OK
Successfully created the reader.
S_FALSE
The layout couldn't be determined.
Remarks
The pIsMapped value should only be interpreted as valid when this function returns S_OK. All other return values (including
S_FALSE) indicate that the layout couldn't be determined and pIsMapped should be ignored.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: 4.5, 4, 3.5 SP1