ReactOS 0.4.16-dev-125-g798ea90
|
#include <stdarg.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winver.h"
#include "wine/heap.h"
#include <pshpack1.h>
#include <poppack.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | BYTES_PER_TOKEN 8 |
#define | CHARS_PER_BYTE 2 |
#define | TOKEN_LENGTH (BYTES_PER_TOKEN * CHARS_PER_BYTE + 1) |
Typedefs | |
typedef struct tagASSEMBLY | ASSEMBLY |
#define BYTES_PER_TOKEN 8 |
Definition at line 466 of file fusionpriv.h.
#define CHARS_PER_BYTE 2 |
Definition at line 467 of file fusionpriv.h.
#define TOKEN_LENGTH (BYTES_PER_TOKEN * CHARS_PER_BYTE + 1) |
Definition at line 468 of file fusionpriv.h.
#define WIN32_NO_STATUS |
Definition at line 27 of file fusionpriv.h.
typedef struct tagASSEMBLY ASSEMBLY |
Definition at line 438 of file fusionpriv.h.
Definition at line 641 of file assembly.c.
Definition at line 788 of file assembly.c.
Referenced by IAssemblyCacheImpl_InstallAssembly().
Definition at line 871 of file assembly.c.
Referenced by IAssemblyCacheImpl_InstallAssembly().
Definition at line 723 of file assembly.c.
Referenced by IAssemblyCacheImpl_InstallAssembly().
Definition at line 750 of file assembly.c.
Referenced by IAssemblyCacheImpl_InstallAssembly().
Definition at line 807 of file assembly.c.
Referenced by IAssemblyCacheImpl_InstallAssembly().
Definition at line 865 of file assembly.c.
Definition at line 762 of file assembly.c.
Referenced by IAssemblyCacheImpl_InstallAssembly().
Definition at line 694 of file assembly.c.
HRESULT IAssemblyName_GetPath | ( | IAssemblyName * | iface, |
LPWSTR | buf, | ||
ULONG * | len | ||
) |
Definition at line 534 of file asmname.c.
Referenced by IAssemblyCacheImpl_QueryAssemblyInfo(), and IAssemblyCacheImpl_UninstallAssembly().
HRESULT IAssemblyName_SetPath | ( | IAssemblyName * | iface, |
LPCWSTR | path | ||
) |
Definition at line 453 of file fusionpriv.h.
Definition at line 470 of file fusionpriv.h.
Referenced by assembly_get_pubkey_token(), build_file_mask(), and compare_assembly_names().