Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal nameRecordSize As Integer, _ ByVal nameRecordsData() As IccNameRecord, _ ByVal unicodeCharacters() As UShort _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public IccMultiLocalizedUnicode( int nameRecordSize, IccNameRecord[] nameRecordsData, ushort[] unicodeCharacters ) |
C++/CLI | |
---|---|
public: IccMultiLocalizedUnicode( int nameRecordSize, array<IccNameRecord>^ nameRecordsData, array<ushort>^ unicodeCharacters ) |
Parameters
- nameRecordSize
- A value that represents the length, in bytes, of each name record in the buffer pointed to by NameRecordsData.
- nameRecordsData
- IccNameRecord structure that contains name record data.
- unicodeCharacters
- Array storage of unicode characters.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family