CDMunmap (FUN)ΒΆ
FUNCTION CDMunmap : DINT
Unmap files or devices into memory. The munmap() system call deletes the mappings for the specified address range.
- InOut:
Scope
Name
Type
Comment
Return
CDMunmapDINT0 on success, -1 if failed.
Input
addrPOINTER TO BYTE
Pointer to starting address
lengthUDINTNumber of bytes mapped
pResultPOINTER TO DINT
Pointer to linux errno error code, 0 is ok