หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The IsInlineScope method determines if the local variable is scoped within an inlined function. This will always return false unless the EnumerateLocalsDetailsEx method is called with 'enumerateInlinedLocals' set to true.
Syntax
bool IsInlineScope();
Return value
Returns a boolean value. If the local variable is scoped within an inlined function, it returns true. Otherwise, it returns false.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |