hb_xmemcpy()
Copy more than memcpy() can
- Syntax
-
- C Prototype
- #include <hbapi.h>
- hb_xmemcpy( void * pDestArg, void * pSourceArg, ULONG ulLen ) --> ( void * )pResult
- Arguments
-
- <pDestArg>
- <pSourceArg>
- <ulLen>
- Returns
-
- Description
-
- If UINT_MAX is defined as ULONG_MAX then this function is replaced by a macro replacement to memcpy()
Examples
- Status
- Ready
- Compliance
-
- Compliance is not applicable to API calls.
- Files
-
- Library is vm
- Platforms
-
- All