SetLogoFromBMPFile
Delphi
function SetLogoFromBMPFile (FileName: string): Boolean;
C++Builder
bool __fastcall SetLogoFromBMPFile(System::UnicodeString FileName);
C#
public bool SetLogoFromBMPFile(string FileName);
VB.NET
Public Function SetLogoFromBMPFile(FileName As String) As Boolean
C++/Qt
BOOL SetLogoFromBMPFile (wchar_t *FileName);
Sets the logo displayed in the inactive video window, by using the specified BMP file.