Go to the source code of this file.
◆ ASSEMBLY_INFO
◆ FUSION_INSTALL_REFERENCE
◆ LPCFUSION_INSTALL_REFERENCE
◆ LPFUSION_INSTALL_REFERENCE
◆ CREATE_ASM_NAME_OBJ_FLAGS
Enumerator |
---|
CANOF_PARSE_DISPLAY_NAME | |
CANOF_SET_DEFAULT_VALUES | |
Definition at line 191 of file winsxs.idl.
192{
CREATE_ASM_NAME_OBJ_FLAGS
@ CANOF_PARSE_DISPLAY_NAME
@ CANOF_SET_DEFAULT_VALUES
◆ CreateAssemblyCache()
Definition at line 555 of file asmcache.c.
556{
558
560
561 if (!ppAsmCache)
563
565
567
572 {
575 }
578}
static void * heap_alloc(size_t len)
static BOOL heap_free(void *mem)
static const WCHAR cache_mutex_nameW[]
static const IAssemblyCacheVtbl AssemblyCacheVtbl
_In_ HANDLE _In_ DWORD _In_ DWORD _Inout_opt_ LPOVERLAPPED _In_opt_ LPTRANSMIT_FILE_BUFFERS _In_ DWORD dwReserved
IAssemblyCache IAssemblyCache_iface
HANDLE WINAPI DECLSPEC_HOTPATCH CreateMutexW(IN LPSECURITY_ATTRIBUTES lpMutexAttributes OPTIONAL, IN BOOL bInitialOwner, IN LPCWSTR lpName OPTIONAL)
DWORD WINAPI GetLastError(void)
#define HRESULT_FROM_WIN32(x)
Referenced by init_assembly_caches(), and test_QueryAssemblyInfo().
◆ CreateAssemblyNameObject()
Definition at line 368 of file name.c.
373{
376
378
380
384
387
390
393 {
401 }
404}
#define HeapFree(x, y, z)
static HRESULT parse_displayname(struct name *name, const WCHAR *displayname)
static const IAssemblyNameVtbl name_vtbl
IAssemblyName IAssemblyName_iface
Referenced by test_CreateAssemblyNameObject().