|
ReactOS 0.4.17-dev-934-g091855f
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winuser.h"#include "winver.h"#include <pshpack1.h>#include <poppack.h>

Go to the source code of this file.
Macros | |
| #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 |
Functions | |
| HRESULT | assembly_create (ASSEMBLY **out, LPCWSTR file) |
| HRESULT | assembly_release (ASSEMBLY *assembly) |
| HRESULT | assembly_get_name (ASSEMBLY *assembly, LPWSTR *name) |
| HRESULT | assembly_get_path (const ASSEMBLY *assembly, LPWSTR *path) |
| HRESULT | assembly_get_version (ASSEMBLY *assembly, LPWSTR *version) |
| PEKIND | assembly_get_architecture (ASSEMBLY *assembly) |
| HRESULT | assembly_get_pubkey_token (ASSEMBLY *assembly, LPWSTR *token) |
| HRESULT | assembly_get_runtime_version (ASSEMBLY *assembly, LPSTR *version) |
| HRESULT | assembly_get_external_files (ASSEMBLY *assembly, LPWSTR **files, DWORD *count) |
| HRESULT | IAssemblyName_SetPath (IAssemblyName *iface, LPCWSTR path) |
| HRESULT | IAssemblyName_GetPath (IAssemblyName *iface, LPWSTR buf, ULONG *len) |
| static void | token_to_str (BYTE *bytes, LPWSTR str) |
| #define BYTES_PER_TOKEN 8 |
Definition at line 449 of file fusionpriv.h.
| #define CHARS_PER_BYTE 2 |
Definition at line 450 of file fusionpriv.h.
| #define TOKEN_LENGTH (BYTES_PER_TOKEN * CHARS_PER_BYTE + 1) |
Definition at line 451 of file fusionpriv.h.
| typedef struct tagASSEMBLY ASSEMBLY |
Definition at line 434 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 856 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 850 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.
Referenced by assembly_get_pubkey_token(), build_file_mask(), and compare_assembly_names().