start.c
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- #include "shprv.h"
- //
- // BUGBUG:: This temporary Thunk implementation is because there currently
- // is no legal way to do a Restart windows from the 32 bit side...
- BOOL WINAPI SHRestartWindows(DWORD dwReturn)
- {
- return ExitWindows(dwReturn, 0);
- }
- //
- // Getting information to fill in the about box.
- //
- VOID WINAPI SHGetAboutInformation(LPWORD puSysResource, LPDWORD pcbFree)
- {
- if (puSysResource)
- {
- *puSysResource = GetFreeSystemResources(0);
- }
- if (pcbFree)
- {
- *pcbFree = GetFreeSpace(GFS_PHYSICALRAMSIZE);
- }
- }
English
