Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I extract a value from a Word?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
How do I extract a value from a Word?
Divers
Thread ID:
00065848
Message ID:
00065848
Vues:
70
From the DPI.H: DPIGetComptaVersion( WORD* wHigh, WORD* Low )

DECLARE INTEGER DPIGetComptaVersion ;
IN DPID32 ;
SHORT @nHigh, ;
SHORT @nLow

nhigh = 0
nLow = 0
nWord = DPIGetComptaVersion(@nHigh, @nLow )
? nWord

this returns 10683142. How should I process that?

If this might be of some help, this DLL has been written in Borland C.

José
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform