コード例 #1
0
ファイル: Kernel32.cs プロジェクト: Eucaly/pinvoke
 public static unsafe extern bool UpdateProcThreadAttribute(
     PROC_THREAD_ATTRIBUTE_LIST* lpAttributeList,
     uint dwFlags,
     ref uint Attribute,
     void* lpValue,
     IntPtr cbSize, // SIZE_T varies by bitness
     ref IntPtr lpPreviousValue,
     ref IntPtr lpReturnSize);
コード例 #2
0
ファイル: Kernel32.cs プロジェクト: Eucaly/pinvoke
 public static unsafe extern void DeleteProcThreadAttributeList(
     PROC_THREAD_ATTRIBUTE_LIST* lpAttributeList);
コード例 #3
0
ファイル: Kernel32.cs プロジェクト: Eucaly/pinvoke
 public static unsafe extern bool InitializeProcThreadAttributeList(
     PROC_THREAD_ATTRIBUTE_LIST* lpAttributeList,
     int dwAttributeCount,
     uint dwFlags,
     ref IntPtr lpSize); // SIZE_T (the size varies with the bitness)