First  |  Prev |  Next  |  Last
Pages: 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
Get MAC address
Is there a SDK or Platform API call that will return the MAC address(es) in a host? Many thanks. ... 20 Feb 2007 02:07
Win64 , InterlockedCompareExchange128 and early AMDs
Hello, various sources speak of early Opterons missing the cmpxchg16 instruction (in fact, I have one, but it's running Linux). Will Win64 emulate that instruction on these systems (trapping the unknown opcode and use a spin lock) ? As the documentation of the VC8 compiler tells me, VC++ will emit a direct opcode,... 8 Feb 2007 12:14
service failed with NTDll.dll 0x0002f350
I'm getting the following error randomly when my service is running in Win2003 server. Source: Application Error Category: (100) Type: error Event ID: 1000 Faulting Application: myservice.exe Version: 2.7.1.0 Faulting Module: ntdll.dll Version: 5.2.3790.1830 Fault Address: 0x0002f350 It works well in... 1 Mar 2007 10:59
Safely removing hardware
I am working on a program that reads data from a removable device (USB Stick) that the user will insert into the computer and then when the data is removed, will need to remove the media. In the system tray, there is the icon/tool to "Safely Remove Hardware". How do I do that programmatically? I am working i... 31 Jan 2007 14:29
GetCurrentHwProfile determining dockability on Vista
Hello-- The example code below calls GetCurrentHwProfile to determine whether a computer is "dockable" or not (i.e. whether or not it's a laptop). According to MSDN, "desktop systems that cannot be undocked" will always set the DOCKINFO_DOCKED *and* the DOCKINFO_UNDOCKED flags in the struct that's returned ... 25 Jan 2007 22:41
Access denied when trying to move directory in use
Hi, I have some code which is supposed to delete a file. If the file is in use, the file gets moved to some other directory so that it disappears from directory listings of the parent directory. The code is basically done like this (some code removed for clarity): #define NO_SHARE_FLAGS 0 #define ALL_SH... 19 Feb 2007 03:30
RasEditPhoneBookEntry and Vista
Hello, I developp a communication sofware for WIN32 OS which works fine under 9X, NT, 2K,XP,2003 and I test it under Windows Vista in order to correct pb. I uses Visual C++ 6.0 and will perhaps use Visual Studio 2005. I've got a problem with a fonction of the Win32 API called RasEditPhoneBookEntry which ... 25 Jan 2007 10:16
How to get flash media insertion/removal events
I want to know how to get flash media insertion/removal events in user mode applications. I tried to get WM_DEVICECHANGE message, but I couldn't get any events when I inserted/removed flash medias. Does anyone know about that ? Any information will be welcome. Thanks in advance. Takashi Masuda ... 23 Jan 2007 04:06
BasepCreateActCtx
Does anyone know what BasepCreateActCtx is, and why would it be trying to open a broken pathname? SXS: BasepCreateActCtx() NtOpenFile(\??\C:\??\C:\WINDOWS\system32\winlogon.exe) failed ... 21 Jan 2007 21:37
Linking DDK APIs
It appears obvious I don't know how to get VC++ to link in functions from DDK, which installed OK... MSR.obj : error LNK2001: unresolved external symbol __imp__SetupDiGetDeviceInterfaceDetailA(a)24 MSR.obj : error LNK2001: unresolved external symbol __imp__SetupDiEnumDeviceInterfaces(a)20 MSR.obj : error LNK2001:... 21 Jan 2007 05:15
First  |  Prev |  Next  |  Last
Pages: 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43