'Declaration<DispIdAttribute(17)> Sub FileTypeNotSupported( _ ByVal FilePath As String, _ ByRef CustomBitmapID As Integer, _ ByRef ReleaseBitmap As Boolean _ )
[DispId(17)] void FileTypeNotSupported( string FilePath, ref int CustomBitmapID, ref bool ReleaseBitmap )
procedure FileTypeNotSupported(
FilePath: String;
var CustomBitmapID: Integer;
var ReleaseBitmap: Boolean
);
DispIdAttribute(17) function FileTypeNotSupported( FilePath : String, CustomBitmapID : int, ReleaseBitmap : boolean );
[DispId(17)] void FileTypeNotSupported( string* FilePath, ref int CustomBitmapID, ref bool ReleaseBitmap )
[DispId(17)] void FileTypeNotSupported( String^ FilePath, int% CustomBitmapID, bool% ReleaseBitmap )
Parameters
- FilePath
- CustomBitmapID
- ReleaseBitmap