Skip to content

Commit

Permalink
Merge branch 'master' into master-dm
Browse files Browse the repository at this point in the history
  • Loading branch information
DartVanya committed Dec 5, 2024
2 parents 0919898 + 7c6055e commit 318e6a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion phnt/include/ntpsapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ typedef struct _THREAD_UMS_INFORMATION
*/
typedef struct _THREAD_NAME_INFORMATION
{
// An Unicode string that specifies the description of the thread.
// A Unicode string that specifies the description of the thread.
UNICODE_STRING ThreadName;
} THREAD_NAME_INFORMATION, *PTHREAD_NAME_INFORMATION;

Expand Down
2 changes: 1 addition & 1 deletion phnt/include/ntrtl.h
Original file line number Diff line number Diff line change
Expand Up @@ -4644,7 +4644,7 @@ NTAPI
RtlWow64GetProcessMachines(
_In_ HANDLE ProcessHandle,
_Out_ PUSHORT ProcessMachine,
_Out_ PUSHORT NativeMachine
_Out_opt_ PUSHORT NativeMachine
);
#endif

Expand Down
6 changes: 3 additions & 3 deletions phnt/include/ntwmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -6185,10 +6185,10 @@ WmiExecuteMethodW(
// Enable or disable a trace logging guid.
#define NOTIFICATION_TRACE_FLAG 0x00010000
// Enable or disable a trace direct callback.
// The callback is invoked immediately via a seperate thread.
// The callback is invoked immediately via a separate thread.
#define NOTIFICATION_CALLBACK_DIRECT 0x00000004
// Set this flag (and only this flag) when you want to only check if the
// caller has permission to receive events for the guid
// caller has permission to receive events for the guid.
#define NOTIFICATION_CHECK_ACCESS 0x00000008
// Enable lightweight notification.
#define NOTIFICATION_LIGHTWEIGHT_FLAG 0x00000020
Expand Down Expand Up @@ -6242,7 +6242,7 @@ typedef struct _MOFRESOURCEINFOA
{
PSTR ImagePath; // Path to image containing MOF resource
PSTR ResourceName; // Name of resource in image
ULONG ResourceSize; // Number of bytes in resource
ULONG ResourceSize; // Number of bytes in resource
PUCHAR ResourceBuffer;
} MOFRESOURCEINFOA, *PMOFRESOURCEINFOA;

Expand Down

0 comments on commit 318e6a8

Please sign in to comment.