#include <ntdef.h>
#include <reactos/rossym.h>
#include "rossympriv.h"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ NTOSAPI
◆ RosSymCreateFromRaw()
Definition at line 19 of file fromraw.c.
20{
22
28 {
29 DPRINT1(
"Invalid ROSSYM_HEADER\n");
31 }
32
33
36 if (
NULL == *RosSymInfo)
37 {
38 DPRINT1(
"Failed to allocate memory for rossym\n");
40 }
49
50 (*RosSymInfo)->Strings[(*RosSymInfo)->StringsLength] = '\0';
51
53}
#define memcpy(s1, s2, n)
_In_ NDIS_STATUS _In_ ULONG _In_ USHORT _In_opt_ PVOID _In_ ULONG DataSize
#define RosSymAllocMem(Size)
struct _ROSSYM_ENTRY * PROSSYM_ENTRY
struct _ROSSYM_ENTRY ROSSYM_ENTRY
struct _ROSSYM_HEADER * PROSSYM_HEADER
struct _ROSSYM_INFO ROSSYM_INFO