5 references to UnsafeNativeMethods
Microsoft.VisualBasic.Forms (5)
Microsoft\VisualBasic\Devices\Keyboard.vb (3)
36Return CType(UnsafeNativeMethods.GetKeyState(Keys.CapsLock) And 1, Boolean) 61Return CType(UnsafeNativeMethods.GetKeyState(Keys.NumLock) And 1, Boolean) 75Return CType(UnsafeNativeMethods.GetKeyState(Keys.Scroll) And 1, Boolean)
Microsoft\VisualBasic\Helpers\NativeTypes.SECURITY_ATTRIBUTES.vb (1)
26UnsafeNativeMethods.LocalFree(lpSecurityDescriptor)
Microsoft\VisualBasic\Logging\FileLogTraceListener.vb (1)
648If UnsafeNativeMethods.GetDiskFreeSpaceEx(pathName, freeUserSpace, totalUserSpace, totalFreeSpace) Then