PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → BSTR typedef in Windev
BSTR typedef in Windev
Iniciado por Michael Drechsel, 10,nov. 2018 09:54 - No hay respuesta
Publicado el 10,noviembre 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