Skip to content

Commit bb0e352

Browse files
author
HackMemory
authored
Update MessageBoxW.php
1 parent 01101b0 commit bb0e352

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/MessageBoxW.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
<?php
22

3-
function msgbox(){
4-
DFFI::callFunction("user32", "bool", "MessageBoxW", [0, "HelloWorld", "", 0], ["int", "wstring", "wstring", "int"]);
5-
}
3+
DFFI::callFunction("user32", "bool", "MessageBoxW", [0, "HelloWorld", "", 0], ["int", "wstring", "wstring", "int"]);

0 commit comments

Comments
 (0)