Click here to Skip to main content
15,889,863 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIssue about MSAA hook in Win7 64 bits Pin
ernst2002053024-May-11 4:01
ernst2002053024-May-11 4:01 
My MSAA Hook dll is expected to be loaded into all process's memory. in 32 bits Win7 it works.
But in win7 64 bits some process can load MSAAHook.dll 64 bits cannot be loaded into some 64 bits process. Why does this happens?

= ::SetWinEventHook(EVENT_MIN,
EVENT_MAX,
m_hModule,
MSAAHook::WinEventProc,
0,
0,
WINEVENT_INCONTEXT | WINEVENT_SKIPOWNTHREAD);
AnswerRe: Issue about MSAA hook in Win7 64 bits Pin
Luc Pattyn24-May-11 4:34
sitebuilderLuc Pattyn24-May-11 4:34 
GeneralRe: Issue about MSAA hook in Win7 64 bits Pin
ernst2002053024-May-11 4:46
ernst2002053024-May-11 4:46 
QuestionHow to read continous data from Serial Port Pin
pandit8424-May-11 1:16
pandit8424-May-11 1:16 
AnswerRe: How to read continous data from Serial Port Pin
David Crow24-May-11 3:31
David Crow24-May-11 3:31 
GeneralRe: How to read continous data from Serial Port Pin
pandit8424-May-11 4:30
pandit8424-May-11 4:30 
AnswerRe: How to read continous data from Serial Port Pin
Luc Pattyn24-May-11 4:34
sitebuilderLuc Pattyn24-May-11 4:34 
GeneralRe: How to read continous data from Serial Port Pin
pandit8424-May-11 18:41
pandit8424-May-11 18:41 
Questionquery for mac os - for registry? Pin
Le@rner23-May-11 22:25
Le@rner23-May-11 22:25 
AnswerRe: query for mac os - for registry? Pin
ShilpiP23-May-11 22:54
ShilpiP23-May-11 22:54 
AnswerRe: query for mac os - for registry? Pin
Richard MacCutchan23-May-11 23:17
mveRichard MacCutchan23-May-11 23:17 
GeneralRe: query for mac os - for registry? Pin
Le@rner24-May-11 2:56
Le@rner24-May-11 2:56 
GeneralRe: query for mac os - for registry? Pin
Maximilien24-May-11 3:23
Maximilien24-May-11 3:23 
GeneralRe: query for mac os - for registry? Pin
Richard MacCutchan24-May-11 4:45
mveRichard MacCutchan24-May-11 4:45 
AnswerRe: query for mac os - for registry? Pin
Maximilien24-May-11 0:54
Maximilien24-May-11 0:54 
Questionhtml string in .lnk file Pin
limelect23-May-11 20:47
limelect23-May-11 20:47 
AnswerRe: html string in .lnk file Pin
ShilpiP23-May-11 22:50
ShilpiP23-May-11 22:50 
GeneralRe: html string in .lnk file Pin
limelect24-May-11 20:44
limelect24-May-11 20:44 
GeneralRe: html string in .lnk file Pin
ShilpiP24-May-11 21:09
ShilpiP24-May-11 21:09 
GeneralRe: html string in .lnk file Pin
limelect24-May-11 21:18
limelect24-May-11 21:18 
GeneralRe: html string in .lnk file Pin
ShilpiP24-May-11 21:26
ShilpiP24-May-11 21:26 
GeneralRe: html string in .lnk file Pin
limelect24-May-11 21:45
limelect24-May-11 21:45 
GeneralRe: html string in .lnk file Pin
ShilpiP24-May-11 22:36
ShilpiP24-May-11 22:36 
GeneralRe: html string in .lnk file Pin
limelect25-May-11 0:44
limelect25-May-11 0:44 
GeneralRe: html string in .lnk file Pin
ShilpiP25-May-11 1:23
ShilpiP25-May-11 1:23 

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.