PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → BSTR typedef in Windev
BSTR typedef in Windev
Iniciado por Michael Drechsel, nov., 10 2018 9:54 AM - Sem resposta
Publicado em novembro, 10 2018 - 9:54 AM
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