OutlookStorageCLZFcalculateCRC32 Method

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
public static int calculateCRC32(
	byte[] buf,
	int off,
	int len
)

Parameters

buf  Byte
 
off  Int32
 
len  Int32
 

Return Value

Int32

See Also