开发者_运维百科I\'ve been trying to use LogonUser(...) to get an access token for a user account, as in this MSDN sample.
Does anybody know how to calculate the amount of space occupied by the file system alone? I am trying to calculate how much space files and directories occupy in a disk without iterating thru the ent
The amount of virtual memory available to my process is 32MB, althoug开发者_运维技巧h there\'s plenty more actual RAM. Is there a way (e.g. a function call or project property) that can increase this
How can I get a pointer to VolumeDeviceObject? http://msdn.microsoft.com/en-us/library/windows/hardware/ff563030(v=vs.85).aspx
Can any one let me know how to save 开发者_运维技巧1BPP ,4BPP and 8BPP as Bitmap. I have bits in the image, width and height.
i have my application skeleton working as expected -it might be that somebody has a good solution to what i am trying to achieve within Windows Mobile 6.5 enviroment.
I need to delete a physical file on a server via a client action, then notify a remote database of the file deletion event - would like this to happen entire开发者_高级运维ly on serverSide.
I read about some algorithms that can be used to find a string pattren in long text as fast as possible. I am looking for using aho-corasick algorithm in executable files, What functions or win api ca
I need to draw a meter using simple rectangles in a win32 app using开发者_如何学C c++. What would be the best method to draw a meter in a window (it should be redrawn, every 10ms)? Should i draw it di
this time i开发者_Python百科m trying to develop a \"printer application\" which allow me to transform that input to a xml and pdf format, some research point me into a print port forwarding solution,