search for: messagebeep

Displaying 4 results from an estimated 4 matches for "messagebeep".

2007 Jan 06
1
ancient directx version support
...8(7edbe980) ret=7ed71ed4 0009:Call ntdll.RtlLeaveCriticalSection(7edbe980) ret=7b885fb0 0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=7b885fb0 0009:Ret kernel32.98() retval=00000000 ret=7ed71ed4 0009:Ret gdi32.GetSystemPaletteEntries() retval=00000000 ret=00480b05 0009:Call user32.MessageBeep(00000000) ret=0047d605 0009:Call advapi32.RegOpenKeyW(0000005c,7eeaaa80 L"Control Panel\\Sound",0032eba4) ret=7ee75b7b 0009:Call ntdll.RtlInitUnicodeString(0032eabc,7eeaaa80 L"Control Panel\\Sound") re t=7ec054df 0009:Ret ntdll.RtlInitUnicodeString() retval=00000026 ret=7ec054...
2004 Mar 11
1
lotus notes 6
...m L"C:\\Program Files\\lotus\\notes\\nlnotes.exe", setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.MessageBoxA imported from L"C:\\Program Files\\lotus\\notes\\nlnotes.exe", setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.MessageBeep imported from L"C:\\Program Files\\lotus\\notes\\nlnotes.exe", setting to 0xdeadbeef err:module:import_dll No implementation for USER32.dll.LoadStringA imported from L"C:\\Program Files\\lotus\\notes\\nlnotes.exe", setting to 0xdeadbeef err:module:import_dll No implementation fo...
2005 Mar 07
2
How can we ring a bell in Windows?
Hello useRs, Is there a way to write code in R to ring a bell in Windows? Best regards, C. Joseph Lu Department of Statistics National Cheng-Kung University Tainan, Taiwan ROC _______________________________________________________________________
2008 Jun 10
7
Unraveling a FAR*
Hi all, Just looking over fole_s_connect() in win32ole.c and I noticed this bit: hr = CLSIDFromProgID(pBuf, &clsid); ... hr = GetActiveObject(&clsid, 0, &pUnknown); ... hr = pUnknown->lpVtbl->QueryInterface( pUnknown, &IID_IDispatch, (void **)&pDispatch ); Using win32-api, that would be something like: IID_IUnknown =