Skip to content

Commit

Permalink
Update WM_SETTINGCHANGE.d
Browse files Browse the repository at this point in the history
  • Loading branch information
BoQsc authored Mar 6, 2022
1 parent e3abe20 commit 503d058
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions WM_SETTINGCHANGE.d
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ import std.string: isNumeric;
* Added Switch Statement for Error handling: Exit status, Error level
* Increased window "timeout" from 1 to 1000
Online Repository: https://github.com/vaido-world/WM_SETTINGCHANGE
Params:
broadcastAddress = "Policy" When the system sends this message as a result of a change in policy settings, this parameter points to this string.
Expand Down Expand Up @@ -125,12 +124,16 @@ __________________THE_CORE_OF_THE_PROGRAM__________________:
);



__________________INFORMATIVE_WARNINGS__________________:

if(result == 0)
{

writeln("The function SendMessageTimeoutW did not even start broadcasting message.");

}


// TODO: Unable to get lpdwResult, unsure where the problem.
// The pointers are tricky subject in D language, C language and Windows Win32 API
Expand Down

0 comments on commit 503d058

Please sign in to comment.