Desktop Functions: Smart Device Functions:
|
INVALID_HANDLE_VALUE (Constants)
C# Constants:
static readonly IntPtr INVALID_HANDLE_VALUE = new IntPtr(-1); or
const nint INVALID_HANDLE_VALUE = -1; // since C# 9 VB Constants:
Const INVALID_HANDLE_VALUE As Int64 = -1 Notes:None. Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! |
|