次の方法で共有


DMUS_COPYRIGHT

The DMUS_COPYRIGHT structure describes an optional copyright chunk in DLS data.

Syntax

  typedef struct {
  ULONG cbSize;
  BYTE  byCopyright[ ];
} DMUS_COPYRIGHT;

Members

cbSize

Size of data.

byCopyright[ ]

Copyright data.

Requirements

**  Minimum Supported Client:** Windows 2000.
**  Minimum Supported Server:** Windows 2000 Server.

**  Header:** Dmdls.h

See Also

© 2004 Microsoft Corporation. All rights reserved.