Click here to Skip to main content
15,897,094 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to build a SAFEARRAY? Pin
Antony M Kancidrowski20-Aug-04 0:01
Antony M Kancidrowski20-Aug-04 0:01 
GeneralRe: How to build a SAFEARRAY? Pin
anderslundsgard20-Aug-04 0:10
anderslundsgard20-Aug-04 0:10 
GeneralRe: How to build a SAFEARRAY? Pin
Antony M Kancidrowski20-Aug-04 0:27
Antony M Kancidrowski20-Aug-04 0:27 
GeneralRe: How to build a SAFEARRAY? Pin
anderslundsgard20-Aug-04 0:31
anderslundsgard20-Aug-04 0:31 
QuestionHow to prepare code for using COM Pin
dudic19-Aug-04 20:42
dudic19-Aug-04 20:42 
AnswerRe: How to prepare code for using COM Pin
Rory Solley19-Aug-04 21:39
Rory Solley19-Aug-04 21:39 
QuestionHow to enable hibernation support in VC++? Pin
ErisonWu19-Aug-04 20:38
ErisonWu19-Aug-04 20:38 
AnswerRe: How to enable hibernation support in VC++? Pin
geo_m20-Aug-04 3:53
geo_m20-Aug-04 3:53 
Hi,

look at SetSystemPowerState function. This allows you either to set the system into Stand-by or hibernate states.

MSDN Says:
The SetSystemPowerState function suspends the system by shutting power down. Depending on the ForceFlag parameter, the function either suspends operation immediately or requests permission from all applications and device drivers before doing so.

...

The calling process must have the SE_SHUTDOWN_NAME privilege.


Hope that helps
Generalerror LNK2019 using AFX_MODULE_STATE in Release version Pin
sugumar19-Aug-04 20:08
sugumar19-Aug-04 20:08 
GeneralRe: error LNK2019 using AFX_MODULE_STATE in Release version Pin
Antony M Kancidrowski20-Aug-04 0:09
Antony M Kancidrowski20-Aug-04 0:09 
GeneralThreads and shared basic datatypes Pin
Cohen19-Aug-04 20:07
Cohen19-Aug-04 20:07 
GeneralRe: Threads and shared basic datatypes Pin
User 58385219-Aug-04 20:25
User 58385219-Aug-04 20:25 
GeneralRe: Threads and shared basic datatypes Pin
Henry miller20-Aug-04 3:29
Henry miller20-Aug-04 3:29 
Generalboost::regex++ Pin
alex.barylski19-Aug-04 19:59
alex.barylski19-Aug-04 19:59 
GeneralRe: boost::regex++ Pin
User 58385219-Aug-04 20:06
User 58385219-Aug-04 20:06 
GeneralRe: boost::regex++ Pin
alex.barylski19-Aug-04 20:35
alex.barylski19-Aug-04 20:35 
GeneralRe: boost::regex++ Pin
Jon Hulatt19-Aug-04 20:55
Jon Hulatt19-Aug-04 20:55 
GeneralRe: boost::regex++ Pin
Nemanja Trifunovic20-Aug-04 3:27
Nemanja Trifunovic20-Aug-04 3:27 
Generaldifference between Hotkeys and ShortKeys Pin
zahid_ash19-Aug-04 19:40
zahid_ash19-Aug-04 19:40 
GeneralRe: difference between Hotkeys and ShortKeys Pin
kriaz19-Aug-04 23:12
kriaz19-Aug-04 23:12 
GeneralRe: difference between Hotkeys and ShortKeys Pin
toxcct21-Aug-04 7:25
toxcct21-Aug-04 7:25 
GeneralWhy thread deadlock in DllRegisterServer and FreeLibrary Pin
nlm_wboy19-Aug-04 19:19
nlm_wboy19-Aug-04 19:19 
GeneralRe: Why thread deadlock in DllRegisterServer and FreeLibrary Pin
Blake Miller20-Aug-04 4:47
Blake Miller20-Aug-04 4:47 
GeneralRe: Why thread deadlock in DllRegisterServer and FreeLibrary Pin
nlm_wboy22-Aug-04 16:23
nlm_wboy22-Aug-04 16:23 
QuestionHow to Decompress GIF file Pin
zahid_ash19-Aug-04 18:33
zahid_ash19-Aug-04 18:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.