INFCONTEXT (Structures)
Last changed: Andriy Klyuchevskyy-131.107.0.103

.
Summary

C# Definition:

[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)]
public struct INFCONTEXT
{
     IntPtr Inf;
     IntPtr CurrentInf;
     uint Section;
     uint Line;
}

VB Definition:

<StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Auto)> _
Public Structure INFCONTEXT
    Public Inf As IntPtr
    Public CurrentInf As IntPtr
    Public Section As System.UInt32
    Public Line As System.UInt32
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation
INFCONTEXT on MSDN