26 lines
573 B
C
26 lines
573 B
C
/****************************************************************************
|
|
*
|
|
* File : multimed.h
|
|
*
|
|
* Description :
|
|
* Top level control panel applet structures for multimedia for
|
|
* Windows NT
|
|
*
|
|
* Copyright (c) 1993 Microsoft Corporation
|
|
*
|
|
*****************************************************************************/
|
|
|
|
/*
|
|
* Resource id for applet icons
|
|
*/
|
|
|
|
#define ID_ICON 3004
|
|
|
|
/*
|
|
* String resource id for name and applet info
|
|
*/
|
|
|
|
#define IDS_NAME 3001
|
|
#define IDS_INFO 3002
|
|
#define IDS_CONTROL_HLP 3003
|