PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → BSTR typedef in Windev
BSTR typedef in Windev
Débuté par Michael Drechsel, 10 nov. 2018 09:54 - Aucune réponse
Posté le 10 novembre 2018 - 09:54
Hi,

I use an activex dll to show PDF Files. The syntax to open the file is

HRESULT OpenDocFromPath([in] BSTR sSrcPath,
[in, defaultvalue(NULL)] ICab* pOpenParams);


I tried everything to fill the BSTR sSrcPath parameter but get errors.

Anybody knows whats the translation from BSTR in windev is ?

Here is the microsoft description:

https://docs.microsoft.com/de-de/previous-versions/windows/desktop/automat/bstr


regards Michael