ChocoPM.NativeMethods.StrFormatByteSize C# (CSharp) Méthode

StrFormatByteSize() private méthode

private StrFormatByteSize ( long fileSize, [ buffer, int bufferSize ) : long
fileSize long
buffer [
bufferSize int
Résultat long
        internal static extern long StrFormatByteSize(long fileSize, [MarshalAs(UnmanagedType.LPWStr)] StringBuilder buffer, int bufferSize);
NativeMethods