winapi
InterlockedExchange and memory visibility
I have read the article Synchronization and Multiprocessor Issuesand I have a question about InterlockedCompareExchange and InterlockedExchange. The question is actually about the last example in the[详细]
2023-04-11 15:31 分类:问答How to load a single icon from the resources of another file using Delphi?
I want to load an icon (from another file) which doesn\'t have multiple icons embedded in it (it\'s not an icon group).[详细]
2023-04-11 14:40 分类:问答Embed HTML browser into a native C++/Win32 project using Visual Studio
I have 开发者_开发技巧a C++ project in the MS Visual Studio 2008 IDE (note, NO MFC, NO .NET, just native Win32 APIs!) and I was wondering if it is possible to add to it a child window that can parse a[详细]
2023-04-11 13:39 分类:问答How to get the missing DLL name after when GetLastError() returns ERROR_MOD_NOT_FOUND
My application loads a DLL using LoadLibrary() suppressing the standard critical-error-handler message box. When LoadLibrary() fails and GetLastError() returns ERROR_MOD_NOT_FOUND (0x7E) I\'d like to[详细]
2023-04-11 10:51 分类:问答Converting a BufferedImage to HBITMAP
I need to convert a Java BufferedImage into an HBITMAP. So far I have allocated the memory needed for this operation, but I do not know what API functions I have to use to convert my BufferedImage in[详细]
2023-04-11 10:43 分类:问答*.tlb file -- per version of Visual Studio?
I haven\'t done COM in over 10 years so开发者_运维技巧 I was wondering: When I utilize a 3rd party COM based SDK by importing its TLB file -- is it their responsibility to release a version of TLB fo[详细]
2023-04-11 05:53 分类:问答Find Lotus Notes installations by C
I would like to list all Lotus No开发者_JAVA技巧tes installations on my computer. How can I do that by using C and Win32 API?You may have an easier time searching the registry for Lotus Notes keys. On[详细]
2023-04-11 03:18 分类:问答Obtaining the virtual key code from a WM_CHAR message
I am getting text input and keypress input from the WM_CHAR and WM_KEYDOWN messages What I want to do is filter out WM_CHAR messag开发者_JAVA百科es the have the same VK_ code as the key that is bound[详细]
2023-04-11 03:16 分类:问答Virtual Memory Sample code WinApi C++
I have some problems with tutorial code about Memory allocation. Below there is a code which do: 1) print virtal memory data[详细]
2023-04-11 01:57 分类:问答Getting application title from a Word OLE application object
Is there a way of getting the window title from a Word.Application OLE object? I\'d like to use it to try get the window using FindWindow.[详细]
2023-04-10 21:55 分类:问答