Associates data with the resource that is intended for use by the application. Data is passed by value, and multiple sets of data can be associated with a single resource.
Definition
Visual Basic
Public Sub SetPrivateData( _ ByVal guidData As Guid, _ ByVal privateData() As Byte _ )
C#
public voidSetPrivateData( GuidguidData, byte[] privateData );