Hello
I want to use API function in my application ,but any any parameteres are used in function has a value Empty,like:
SetWindowPos(hwnd, HWND_TOPMOST, 0, 0, 0, 0, FLAGS)
HWND_TOPMOST,FLAGS and Flag has the value empty
or
ShowWindow(lHandle, SW_MINIMIZED)
here SW_MINIMIZED has the value...