|
eNumDll
est un entier
LC_ALL
est un entier=
0
ptLocalActuelle
est un entier
s
InfoLocalActuelle
est une chaîne
eNumDll
=
ChargeDLL
(
"MSVCRT.DLL"
)
//on mémorise les informations locales actuelles (séparateurs...)
ptLocalActuelle
=
API
(
"MSVCRT.DLL"
,
"setlocale"
,
LC_ALL
,Null)
s
InfoLocalActuelle
=
ChaîneRécupère
(
ptLocalActuelle
,
crAdresseASCIIZ
)
ppSession
est un entier =
OutlookOuvreSession
(
""
)
//on restaure les informations locales d'avant l'impression (séparateurs...)
API
(
"MSVCRT.DLL"
,
"setlocale"
,
LC_ALL
,
s
InfoLocalActuelle
)
DéchargeDLL
(
eNumDll
)
| |
|