Function GetOEMSize

TMSi Data Acquisition SDK

 
TMS International BV

GetOEMSize

BOOLEAN APIENTRY GetOEMSize(
void *Handle,
unsigned int *LengthInBytes
);

Parameters

Handle
   
Handle of  the library
LengthInBytes
   
Length of the available OEM storage on the frontend in bytes.

Return Value

If successful this function returns TRUE, else FALSE. If the function returns FALSE, use GetErrorCode to get the error code.

Comments

This function is not supported by all frontends. The Open() function must have been called before. This function will retrieve the length of the available OEM storage on the frontend.

Also see

GetRandomKey