|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "ole2.h"
#include "rpcproxy.h"
#include "atliface.h"
Go to the source code of this file.
Data Structures |
| struct | reg_info |
Defines |
| #define | COBJMACROS |
| #define | ATL_INITGUID |
Functions |
| static | HRESULT (WINAPI *pCoInitialize)(LPVOID) |
| static | void (WINAPI *pCoUninitialize)(void) |
| static LPVOID *static IRegistrar * | create_registrar (HMODULE inst, struct reg_info *info) |
| static BOOL CALLBACK | register_resource (HMODULE module, LPCWSTR type, LPWSTR name, LONG_PTR arg) |
| HRESULT | __wine_register_resources (HMODULE module) |
| HRESULT | __wine_unregister_resources (HMODULE module) |
Variables |
| static const WCHAR | ole32W [] = {'o','l','e','3','2','.','d','l','l',0} |
| static const WCHAR | regtypeW [] = {'W','I','N','E','_','R','E','G','I','S','T','R','Y',0} |
| static const WCHAR | moduleW [] = {'M','O','D','U','L','E',0} |
| static HMODULE | ole32 |
| static | LPUNKNOWN |
| static | DWORD |
| static | REFIID |
Generated on Fri May 25 2012 05:18:56 for ReactOS by
1.7.6.1
|