comp.os.mswindows.programmer.win32
  Home FAQ Contact Sign in
comp.os.mswindows.programmer.win32 only
 
Advanced search
January 2008
motuwethfrsasuw
 123456 1
78910111213 2
14151617181920 3
21222324252627 4
28293031    5
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
comp.os ... win32 Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Windows xp system restore         


Author: lessspamjonson
Date: Jan 19, 2008 13:32

Speed up your system, repair registry base, uninstall hidden windows
components and get rid of boring errors with powerful tips and tricks.
http://windows-xp-tipss.blogspot.com/
1 Comment
  The WM_VKEYTOITEM problem         


Author: Lucio
Date: Jan 19, 2008 05:55

Hello,

I have a listbox using this sytle: LBS_WANTKEYBOARDINPUT.
I need to use the number 0-9 to select the listbox item and the UP and
DOWN key to change the selection.
I've used WM_VKEYTOITEM message and the...
Show full article (1.37Kb)
6 Comments
  File link count on mapped drive         


Author: Patrick Mézard
Date: Jan 19, 2008 04:35

Hello,

Hardlinks can be successfully created on NTFS mapped drives with CreateHardlink(). But following GetFileInformationByHandle() returns a "nNumberOfLinks" field set to "1" instead of "2". GetFileInformationByHandle() documentation basically states it is unreliable, so no big surprise here. Is there any reliable way to get the link count information for devices supporting hardlinks ?

--
Patrick Mézard
no comments