Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing StrCpy()???
Message
De
16/12/1998 16:30:09
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Accessing StrCpy()???
Divers
Thread ID:
00168277
Message ID:
00168277
Vues:
63
I'm using an API (AccuMail) call which returns a
pointer to a string. What I think I need to do
is something like:

DECLARE _StrCpy IN ???? LONG @src, LONG @dest
cMsg = space( 128)
if lErr
_StrCpy( Z4ErrMsg( Z4ErrNum()), @cMsg)
endif

or some such.

The online docs refer to the _StrCpy() call
but doesn't say where it's found. I've tried
... IN Win32API ..., but obviously if that
worked I wouldn't be writing :)

My questions are 1) am I on the right track?
2) Where are the routines listend in the VFP
API reference?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform