|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdio.h>#include <windows.h>#include <winsxs.h>#include <corerror.h>#include "shlwapi.h"#include "wine/test.h"#include "wine/heap.h"#include "initguid.h"#include "interfaces.h"
Go to the source code of this file.
Classes | |
| struct | _SXS_GUID_INFORMATION_CLR |
Macros | |
| #define | COBJMACROS |
| #define | SXS_LOOKUP_CLR_GUID_USE_ACTCTX 0x00000001 |
| #define | SXS_LOOKUP_CLR_GUID_FIND_SURROGATE 0x00010000 |
| #define | SXS_LOOKUP_CLR_GUID_FIND_CLR_CLASS 0x00020000 |
| #define | SXS_LOOKUP_CLR_GUID_FIND_ANY (SXS_LOOKUP_CLR_GUID_FIND_SURROGATE | SXS_LOOKUP_CLR_GUID_FIND_CLR_CLASS) |
| #define | SXS_GUID_INFORMATION_CLR_FLAG_IS_SURROGATE 0x00000001 |
| #define | SXS_GUID_INFORMATION_CLR_FLAG_IS_CLASS 0x00000002 |
Typedefs | |
| typedef struct _SXS_GUID_INFORMATION_CLR | SXS_GUID_INFORMATION_CLR |
Functions | |
| BOOL WINAPI | SxsLookupClrGuid (DWORD flags, GUID *clsid, HANDLE actctx, void *buffer, SIZE_T buffer_len, SIZE_T *buffer_len_required) |
| static BOOL | write_resource_file (const char *path_tmp, const char *name_res, const char *name_file, char *path_file) |
| static void | run_test (void) |
| static void | prepare_and_run_test (void) |
| static void | run_child_process (void) |
| static void | test_SxsLookupClrGuid (void) |
| START_TEST (sxs) | |
| #define SXS_LOOKUP_CLR_GUID_FIND_ANY (SXS_LOOKUP_CLR_GUID_FIND_SURROGATE | SXS_LOOKUP_CLR_GUID_FIND_CLR_CLASS) |
Definition at line 112 of file sxs.c.
Referenced by START_TEST().
Definition at line 174 of file sxs.c.
Referenced by test_SxsLookupClrGuid().
Definition at line 83 of file sxs.c.
Referenced by prepare_and_run_test().
| START_TEST | ( | sxs | ) |
| BOOL WINAPI SxsLookupClrGuid | ( | DWORD | flags, |
| GUID * | clsid, | ||
| HANDLE | actctx, | ||
| void * | buffer, | ||
| SIZE_T | buffer_len, | ||
| SIZE_T * | buffer_len_required | ||
| ) |
Definition at line 103 of file sxs.c.
Referenced by run_test(), and test_SxsLookupClrGuid().
Definition at line 201 of file sxs.c.
Referenced by START_TEST().
|
static |
Definition at line 54 of file sxs.c.
Referenced by prepare_and_run_test().