|
Debug assertion Explanation Coredll: DEBUGCHK failed in file \private\winceos\coreos\core\lmem \rheap.cpp at line 1605 Coredll: DEBUGCHK failed in file \private\winceos\coreos\core\lmem \rheap.cpp at line 1644 Coredll: DEBUGCHK failed in file \private\winceos\coreos\core\lmem \rheap.cpp at line 1605 Coredll: DEBUGCHK failed in file \priva... 22 Jun 2008 06:05
How LocalFree find how much it has to free Hi Guys, Can someone tell me that how LocalAlloc LocalFree Works? If I do something like LPBYTE *pByte= (LPBYTE) LocalAlloc(LPTR, dwSize); and later in code for freeing memory I do Localfree(pByte) then how would Localfree knows how much memory to free, since I am just passing pointer to memory l... 21 Jun 2008 06:38
.NET and exceptions within an unmanaged DLL Hello, I have a simple .net program which makes a call to an unmanaged DLL. The DLL is designed to generate exceptions as it's running. These exceptions are normally caught by the Structured Exception Handler chain. The DLL function adds it's own SEH record to the start of the chain when it is called and removes... 20 Jun 2008 15:20
Enumerating handles in processes (C++) like procxp does Hi, I need to be able to scan all processes to find specific handles (by name). More specifically, I'm searching for which application is using which serial port or virtual serial port. Process Explorer can do it, show the handles (with name) of a process, there I can find "Serialx" or "VCPx". But our clien... 30 Jun 2008 11:41
How to remove all registers that my project add? Dear Sir: My project used SetupDiEnumDeviceInterfaces, SetupDiGetDeviceInterfaceDetail and CM_Locate_DevNode to find the devices, and then used SetupDiSetDeviceRegistryProperty to install / uninstall LowerFilter driver ( parameter:SPDRP_LOWERFILTERS ). It works successfully wh... 19 Jun 2008 22:57
Is it possible to share event objects between two server applications? On Jun 9, 6:50 pm, Norman Bullen <n...(a)BlackKittenAssociates.com> wrote: Funnyman wrote: I've been trying to find an answer to this question for a few days (through research and experimentation), but haven't had any success, so I figured I'd try this group. All scenarios are running on Window... 19 Jun 2008 18:51
Terminal Service is Enable or not using C++ or VC++ Code [Even i dont know this query is related to this forum or not. If not please tell me related forum] Hi all, I need to check Terminal Services is Enable or not on a remote machine. I find one link from this Forum. link is as below : http://www.pcreview.co.uk/forums/thread-1609344.php and i have get the cod... 23 Jun 2008 06:34
In which thread is WindowProc running? Hi, When a window's WindowProc tries to access some thread local storage, which thread's local storage is it actually accessing? I thought it was the thread that created the window specified by the hwnd parameter, but that wasn't the case - the same local storage is accessed when windows created by different thr... 19 Jun 2008 19:53
DTPicker and bolding dates Hi all. The MonthView Common control has the ability to send notifications to the app to get a list of dates to show bolded. Does anyone know if it possible to hook into this for the DTPickers dropdown control? I've tried picking up the wm_notify messages and they don't seem to be sent. I'm not 100% sure ... 24 Jun 2008 06:09
PID values boris wrote: "Christian ASTOR" <castorix(a)club-internet.fr> wrote in message news:05f79d52-4d4e-4d32-8da4-9e85e5900540(a)b1g2000hsg.googlegroups.com... On 23 mai, 10:38, "boris" <some...(a)nowhere.net> wrote: PIDs (Process IDs) are unsigned int32 in Windows. But in reality I've never seen PIDs > (max un... 19 Jun 2008 01:18 |