5/13/2011

This method returns a byte array that contains the branding image for the device imaging component.

Syntax

public UInt32 GetOEMPluginBrandingImageBytes(
  int 
LCID, 
  int 
imageBytes
);

Parameters

LCID

[in] Locale ID of the branding image for the device imaging component.

imageBytes

[out] Byte array containing format data that represents the branding image for the device imaging component.

Return Value

Returns a UInt32value. A return value of zero indicates that the array was returned successfully. Any other value indicates a failed operation.

Remarks

The branding image must be 100 pixels high by 75 pixels wide, in bits per pixel (BPP). The file type format for the branding image must be supported by the Microsoft .NET Framework. An image larger than 100 by 75 pixels will not be automatically resized. The image is placed in the upper-left corner of the branding image box of the New Image Deployment Wizardpage.

See Also