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

_PATCH_OLD_FILE_INFO

Declaration

Source position: jwapatchapi.pas line 254

type _PATCH_OLD_FILE_INFO = record

  SizeOfThisStruct: ULONG;

  Union: record

    case Integer of

      0: (

          OldFileNameA: LPCSTR;

        );

      1: (

          OldFileNameW: LPCWSTR;

        );

      2: (

          OldFileHandle: HANDLE;

        );

  end;

  IgnoreRangeCount: ULONG;

  IgnoreRangeArray: PPATCH_IGNORE_RANGE;

  RetainRangeCount: ULONG;

  RetainRangeArray: PPATCH_RETAIN_RANGE;

end;


Documentation generated on: 2023-03-18