thank you.
sun_shb
Posts
-
how to change the windows current user password? -
how to change the windows current user password?the user password is the login password.
-
how to get motherboard's serial with VC6.0?Can you give me some code? thank you.
-
how to get motherboard's serial with VC6.0?thanks
-
new and delete operators size elementobjectx* myObject = new objectx[20]; delete[] myObject;
-
FindWindow Word2003 problemyou can use SPY++ to find Word 2003 window,then you can get some information about the Word 2003 window,it help you to use the API FindWindow function.
-
how to reboot the sysBOOL ExitWindowsEx( UINT uFlags, // shutdown operation DWORD dwReserved // reserved ); Parameters uFlags Specifies the type of shutdown. This parameter must include one of the following values: Value Meaning EWX_LOGOFF Shuts down all processes running in the security context of the process that called the ExitWindowsEx function. Then it logs the user off. EWX_POWEROFF Shuts down the system and turns off the power. The system must support the power-off feature. Windows NT: The calling process must have the SE_SHUTDOWN_NAME privilege. For more information, see the following Remarks section. EWX_REBOOT Shuts down the system and then restarts the system. Windows NT: The calling process must have the SE_SHUTDOWN_NAME privilege. For more information, see the following Remarks section. EWX_SHUTDOWN Shuts down the system to a point at which it is safe to turn off the power. All file buffers have been flushed to disk, and all running processes have stopped. Windows NT: The calling process must have the SE_SHUTDOWN_NAME privilege. For more information, see the following Remarks section. This parameter can optionally include the following values: Value Meaning EWX_FORCE Forces processes to terminate. When this flag is set, the system does not send the WM_QUERYENDSESSION and WM_ENDSESSION messages. This can cause the applications to lose data. Therefore, you should only use this flag in an emergency. EWX_FORCEIFHUNG Windows NT 5.0 and later: Forces processes to terminate if they do not respond to the WM_QUERYENDSESSION or WM_ENDSESSION message. This flag is ignored if EWX_FORCE is used. dwReserved Reserved; this parameter is ignored.
-
look for some filesI can't download the full Platform SDK,Can you give me those 3 files?Thank you,my email address: sun_shb@sohu.com
-
look for some fileswho have 3 files:iphlpapi.dll,iphlpapi.lib,iphlpapi.h