Posts by Diego Ferracini • 21 points
3 posts
-
1
votes1
answer74
viewsQ: Getopenfilename() used with user personification
I have a process that requires SYSTEM privileges and for this purpose is launched by a service. When this process executes the function Getopenfilename() to open a select file dialog box, I get an…
-
0
votes2
answers402
viewsA: Operation to release a circular list
You need two pointers: one pointing to an initial element, in this case the head, and the other pointing to the pointer "previous" to the head relative to the list, otherwise your pointer will end…
-
1
votes1
answer38
viewsA: What should be returned in WM_CREATE message to indicate error?
You are not able to verify whether the window was created or not because, in WM_CREATE, after checking if the source is NULL, should return -1 if it were OR 0 (or simply DefWindowProc(hWnd, uMsg,…
winapianswered Diego Ferracini 21