Skip to content

Commit

Permalink
Add full field name
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Jun 6, 2022
1 parent 172a28c commit 74d2a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phlib/appresolver.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ BOOLEAN PhAppResolverGetAppIdForWindow(
}

HRESULT PhAppResolverActivateAppId(
_In_ PPH_STRING AppUserModelId,
_In_ PPH_STRING ApplicationUserModelId,
_In_opt_ PWSTR CommandLine,
_Out_opt_ HANDLE *ProcessId
)
Expand All @@ -243,7 +243,7 @@ HRESULT PhAppResolverActivateAppId(

status = IApplicationActivationManager_ActivateApplication(
applicationActivationManager,
PhGetString(AppUserModelId),
PhGetString(ApplicationUserModelId),
CommandLine,
AO_NONE,
&processId
Expand Down

0 comments on commit 74d2a00

Please sign in to comment.