Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal deviceManufacturerSignature As Integer, _ ByVal deviceModelSignature As Integer, _ ByVal deviceAttributes() As Byte, _ ByVal deviceTechnologyInformation As IccTechnologySignatureType, _ ByVal deviceManufacturerDescription As IccMultiLocalizedUnicodeTagType, _ ByVal deviceModelDescription As IccMultiLocalizedUnicodeTagType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Managed Extensions for C++ | |
---|---|
public: IccProfileDescription( int deviceManufacturerSignature, int deviceModelSignature, byte[]* deviceAttributes, IccTechnologySignatureType deviceTechnologyInformation, IccMultiLocalizedUnicodeTagType* deviceManufacturerDescription, IccMultiLocalizedUnicodeTagType* deviceModelDescription ) |
C++/CLI | |
---|---|
public: IccProfileDescription( int deviceManufacturerSignature, int deviceModelSignature, array<byte>^ deviceAttributes, IccTechnologySignatureType deviceTechnologyInformation, IccMultiLocalizedUnicodeTagType^ deviceManufacturerDescription, IccMultiLocalizedUnicodeTagType^ deviceModelDescription ) |
Parameters
- deviceManufacturerSignature
- A value that indicates the device manufacturer signature (from corresponding profile's header).
- deviceModelSignature
- A value that indicates the device model signature (from corresponding profile's header).
- deviceAttributes
- A value that indicates the attributes (from corresponding profile's header).
- deviceTechnologyInformation
- A value that indicates the device technology information such as CRT, Dye Sublimation, etc. (corresponding to profile's technology signature). For a list of possible values refer to IccTechnologySignatureType.
- deviceManufacturerDescription
- An IccMultiLocalizedUnicodeTagType class that contains displayable description of device manufacturer (profile's deviceMfgDescTag).
- deviceModelDescription
- An IccMultiLocalizedUnicodeTagType class that contains displayable description of the device model (profile's deviceModelDescTag).
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family