Jump to content

LOFREQUEST: Difference between revisions

From EDM2
Created page with "LogOpenFile parameter packet. <PRE> typedef struct _LOFREQUEST { ULONG packet_size; ULONG packet_revision_number; PULONG log_file_ID; PULONG ..."
 
(No difference)

Latest revision as of 19:01, 2 February 2018

LogOpenFile parameter packet.

typedef struct _LOFREQUEST {
  ULONG         packet_size;
  ULONG         packet_revision_number;
  PULONG        log_file_ID;
  PULONG        filename_length;
  PVOID         filename;
} LOFREQUEST;

typedef   LOFREQUEST   * PLOFREQUEST ;

Use appropriate packet_revision_number to indicate whether character data in the parameter packet is in UniCode or ASCII format.