Unit 'JwaPdh' Package
[Overview][Constants][Types][Procedures and functions][Index] [#winunits-jedi]

_PDH_LOG_SERVICE_QUERY_INFO_W

Declaration

Source position: jwapdh.pas line 507

type _PDH_LOG_SERVICE_QUERY_INFO_W = record

  dwSize: DWORD;

  dwFlags: DWORD;

  dwLogQuota: DWORD;

  szLogFileCaption: LPWSTR;

  szDefaultDir: LPWSTR;

  szBaseFileName: LPWSTR;

  dwFileType: DWORD;

  dwReserved: DWORD;

  Union: record

    case LongInt of

      1: (

          PdlAutoNameInterval: DWORD;

          PdlAutoNameUnits: DWORD;

          PdlCommandFilename: LPWSTR;

          PdlCounterList: LPWSTR;

          PdlAutoNameFormat: DWORD;

          PdlSampleInterval: DWORD;

          PdlLogStartTime: FILETIME;

          PdlLogEndTime: FILETIME;

        );

      2: (

          TlNumberOfBuffers: DWORD;

          TlMinimumBuffers: DWORD;

          TlMaximumBuffers: DWORD;

          TlFreeBuffers: DWORD;

          TlBufferSize: DWORD;

          TlEventsLost: DWORD;

          TlLoggerThreadId: DWORD;

          TlBuffersWritten: DWORD;

          TlLogHandle: DWORD;

          TlLogFileName: LPWSTR;

        );

  end;

end;


Documentation generated on: 2023-03-18