DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
SVR5 and SCO OpenServer 5

CopyMemory(D3pccard)


CopyMemory -- Copy memory from card's memory to another location

Synopsis (Unsupported service)

   #include <sys/types.h>
   #include <sys/lcs.h>
   #include <sys/lss.h>
   

int CardServices (CopyMemory, MemoryHandle_t *pMemoryHandle, int n1, int CopyMemoryLen, CopyMemoryInfo_t **pCopyMemoryInfo, rm_key_t key);

Description

CopyMemory( ) reads data from a card's memory and writes it to another location in the same memory region.

Arguments


pMemoryHandle
Pointer to the MemoryHandle(D4pccard) structure.

n1
NULL

CopyMemoryLen
Length of the CopyMemoryInfo(D4pccard) structure.

pCopyMemoryInfo
Pointer to the CopyMemoryInfo(D4pccard) structure.

key
Resource manager key.

Return values


UNSUPPORTED_SERVICE
Non memory technology (MTD) driver.

Usage

Context and synchronization

User context

Hardware applicability

All

Version applicability

pccard: 3

References

CloseMemory(D3pccard), CopyMemoryInfo(D4pccard), MemoryHandle(D4pccard), OpenMemory(D3pccard), ReadMemory(D3pccard), WriteMemory(D3pccard)
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005