UID_CreateFromStream

Declaration

Delphi

function UID_CreateFromStream (dialogDriverConfigurationXml, dialogName: PWideChar): Cardinal;

C/C++

unsigned int  UID_CreateFromStream (wchar_t * dialogDriverConfigurationXml, wchar_t *  dialogName);

ActiveX 

HRESULT _stdcall UID_CreateFromStream([in] BSTR dialogDriverConfigurationXml, [in] BSTR dialogName, [out, retval] unsigned long* Result);

Description

The same as UID_CreateFromFile, but uses a stream instead of file name.

Arguments

dialogName  

Pointer to wide-character buffer which contains a name of a dialog. Thais name can be used to reference a dialog together with 

dialog ID.

 

dialogDriverConfigurationXml

Pointer to a wide-character buffer which contains XML formatted description of a dialog.

Return

Handle to Created Dialog, can be used with the dialogc