Click here to Skip to main content
16,005,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows idle time Pin
Rage6-Apr-04 0:46
professionalRage6-Apr-04 0:46 
GeneralRe: Windows idle time Pin
Antony M Kancidrowski6-Apr-04 1:37
Antony M Kancidrowski6-Apr-04 1:37 
GeneralRe: Windows idle time Pin
David Crow6-Apr-04 2:15
David Crow6-Apr-04 2:15 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
Anonymous7-Apr-04 3:18
Anonymous7-Apr-04 3:18 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
avenger_sb257-Apr-04 3:40
avenger_sb257-Apr-04 3:40 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
David Crow7-Apr-04 4:24
David Crow7-Apr-04 4:24 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
David Crow7-Apr-04 4:17
David Crow7-Apr-04 4:17 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
Bharat Gidde7-Apr-04 6:34
Bharat Gidde7-Apr-04 6:34 
I am using Windows 2000 here is the snippet
#include "stdafx.h"
int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
LASTINPUTINFO plii;
memset(&plii,0,sizeof(plii));
plii.cbSize = size(plii);
if(GetLastInputInfo(&plii ))
{
//code here
}
return 0;
}

Even if I declare the LASTINPUTINFO structure in the header file its not working

Sandy
GeneralRe: Windows idle time - GetLastInputInfo error Pin
David Crow7-Apr-04 7:21
David Crow7-Apr-04 7:21 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
Anonymous7-Apr-04 8:19
Anonymous7-Apr-04 8:19 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
David Crow7-Apr-04 8:21
David Crow7-Apr-04 8:21 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
Anonymous7-Apr-04 9:59
Anonymous7-Apr-04 9:59 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
David Crow7-Apr-04 10:02
David Crow7-Apr-04 10:02 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
Anonymous7-Apr-04 10:07
Anonymous7-Apr-04 10:07 
GeneralRe: Windows idle time - GetLastInputInfo error Pin
David Crow7-Apr-04 10:27
David Crow7-Apr-04 10:27 
GeneralModeless modal CDialog Pin
Rage5-Apr-04 22:23
professionalRage5-Apr-04 22:23 
GeneralRe: Modeless modal CDialog Pin
Monty25-Apr-04 22:56
Monty25-Apr-04 22:56 
GeneralRe: Modeless modal CDialog Pin
Rage6-Apr-04 0:42
professionalRage6-Apr-04 0:42 
GeneralRe: Modeless modal CDialog Pin
Rage6-Apr-04 0:45
professionalRage6-Apr-04 0:45 
GeneralRe: Modeless modal CDialog Pin
Hans Ruck5-Apr-04 23:01
Hans Ruck5-Apr-04 23:01 
GeneralRe: Modeless modal CDialog Pin
Rage6-Apr-04 0:43
professionalRage6-Apr-04 0:43 
GeneralRe: Modeless modal CDialog Pin
Hans Ruck6-Apr-04 2:47
Hans Ruck6-Apr-04 2:47 
GeneralRe: Modeless modal CDialog Pin
Empty19816-Apr-04 0:42
Empty19816-Apr-04 0:42 
GeneralRe: Modeless modal CDialog Pin
Rage6-Apr-04 0:44
professionalRage6-Apr-04 0:44 
Questionhelp me !!!, mciSendString??? Pin
don7cry5-Apr-04 16:33
don7cry5-Apr-04 16: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.