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 "CreateJobObject" in [All]

kernel32

.

CreateJobObject

.
Summary
.

static extern IntPtr CreateJobObject([In] ref SECURITY_ATTRIBUTES

.

Private Shared Function CreateJobObject(lpJobAttributes As SECURITY_ATTRIBUTES, lpName As String) As IntPtr

.

    j_handle = CreateJobObject(Nothing, Nothing)

.
Documentation
[CreateJobObject] on MSDN
.

[DllImport("kernel32.dll",EntryPoint="CreateJobObjectW", CharSet=CharSet.Unicode)]

.

public static extern IntPtr CreateJobObject(SecurityAttributes JobAttributes, string lpName);

.

  IntPtr Job = CreateJobObject (null, "Хуй =)");

.

j_handle = CreateJobObject(Nothing, Nothing)


 
Access PInvoke.net directly from VS: