Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "WINBASE" in [All]

user32

.

#include <w32api/winbase.h>

kernel32

.

    const int STD_OUTPUT_HANDLE = -11;                                        // per WinBase.h

.

    internal static readonly IntPtr INVALID_HANDLE_VALUE = new IntPtr(-1);    // per WinBase.h

.

    (WinBase.h)

advapi32

.
Documentation
[CREATE_PROCESS_FLAGS] on MSDN; Expanded Signature: Winbase.h

Constants

.

Derived from MSDN and WinBase.h original value was: ((DWORD)-1) which is the same numerically as above. [Ummmm, please explain how -1 is equal to 5...]

.

Defined in Winbase.h


 
Access PInvoke.net directly from VS: