LOFREQUEST

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 .


[Back: LOENREQUEST Field - pFilter]
[Next: LOFREQUEST Field - packet_size]