@@ -1605,7 +1605,7 @@ public static extern bool GetNextLogArchiveExtent([In] SafeArchiveContext pvArch
16051605 [ PInvokeData ( "clfsw32.h" , MSDNShortId = "NF:clfsw32.PrepareLogArchive" ) ]
16061606 [ return : MarshalAs ( UnmanagedType . Bool ) ]
16071607 public static extern bool PrepareLogArchive ( [ In ] HLOG hLog ,
1608- [ MarshalAs ( UnmanagedType . LPWStr ) , SizeDef ( nameof ( cLen ) , SizingMethod . CheckLastError , OutVarName = nameof ( pcActualLength ) ) ] StringBuilder pszBaseLogFileName ,
1608+ [ MarshalAs ( UnmanagedType . LPWStr ) , SizeDef ( nameof ( cLen ) , SizingMethod . CheckLastError , OutVarName = nameof ( pcActualLength ) ) ] StringBuilder ? pszBaseLogFileName ,
16091609 [ In ] int cLen , in CLS_LSN plsnLow , in CLS_LSN plsnHigh , out uint pcActualLength , out ulong poffBaseLogFileData ,
16101610 out ulong pcbBaseLogFileLength , out CLS_LSN plsnBase , out CLS_LSN plsnLast , out CLS_LSN plsnCurrentArchiveTail ,
16111611 out SafeArchiveContext ppvArchiveContext ) ;
@@ -1696,7 +1696,7 @@ public static extern bool PrepareLogArchive([In] HLOG hLog,
16961696 [ PInvokeData ( "clfsw32.h" , MSDNShortId = "NF:clfsw32.PrepareLogArchive" ) ]
16971697 [ return : MarshalAs ( UnmanagedType . Bool ) ]
16981698 public static extern bool PrepareLogArchive ( [ In ] HLOG hLog ,
1699- [ MarshalAs ( UnmanagedType . LPWStr ) , SizeDef ( nameof ( cLen ) , SizingMethod . CheckLastError , OutVarName = nameof ( pcActualLength ) ) ] StringBuilder pszBaseLogFileName ,
1699+ [ MarshalAs ( UnmanagedType . LPWStr ) , SizeDef ( nameof ( cLen ) , SizingMethod . CheckLastError , OutVarName = nameof ( pcActualLength ) ) ] StringBuilder ? pszBaseLogFileName ,
17001700 [ In ] int cLen , [ In , Optional ] IntPtr plsnLow , [ In , Optional ] IntPtr plsnHigh , out uint pcActualLength , out ulong poffBaseLogFileData ,
17011701 out ulong pcbBaseLogFileLength , out CLS_LSN plsnBase , out CLS_LSN plsnLast , out CLS_LSN plsnCurrentArchiveTail ,
17021702 out SafeArchiveContext ppvArchiveContext ) ;
0 commit comments