mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
573 B
25 lines
573 B
/****************************************************************************
|
|
*
|
|
* 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
|