This handle is used in some NSPlugin interface methods to identify the DA server instance / UA server session. The NSPlugin code may implement client application dependent handling.
Visual Basic (Declaration) | |
---|---|
<MarshalAsAttribute(UnmanagedType.Bool Or _ UnmanagedType.I1 Or _ UnmanagedType.U1 Or _ UnmanagedType.I2 Or _ UnmanagedType.U2 Or _ UnmanagedType.I4)> Public handle As Integer |
C# | |
---|---|
[MarshalAsAttribute(UnmanagedType.Bool | UnmanagedType.I1 | UnmanagedType.U1 | UnmanagedType.I2 | UnmanagedType.U2 | UnmanagedType.I4)] public int handle |
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family