Click here to Skip to main content
15,891,136 members
Articles / Desktop Programming / MFC

Write a UDF CDR

Rate me:
Please Sign up or sign in to vote.
4.82/5 (12 votes)
22 Jul 2003CPOL1 min read 254.3K   2.5K   39  
How to write a CDR in UDF
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CDR.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_CDR_DIALOG                  102
#define CG_IDR_POPUP_HEX_EDIT           103
#define IDR_MAINFRAME                   128
#define IDR_FILE_IMAGES                 130
#define IDC_CURSOR1                     132
#define IDD_DIALOG1                     133
#define IDD_DIALOG2                     134
#define IDR_MENU1                       135
#define ID_READ                         1000
#define ID_EJECT                        1001
#define ID_CLOSE                        1002
#define IDC_EDIT1                       1003
#define IDC_EDIT2                       1004
#define ID_ATIP                         1005
#define IDC_EDIT3                       1006
#define ID_PMA                          1007
#define IDC_TEST                        1008
#define IDC_HA                          1009
#define IDC_ID                          1010
#define IDC_LUN                         1011
#define ID_TOC                          1012
#define ID_BUS_SCAN                     1013
#define ID_INQUIRY                      1014
#define ID_FORMAT_DISC                  1015
#define ID_WRITE_PARAMETERS             1016
#define ID_SET_MODE1                    1017
#define IDC_EDIT4                       1018
#define IDC_BROWSE                      1019
#define IDC_WRITE_FILES                 1020
#define ID_CLOSE_SESSION                1021
#define IDC_HEX                         1022
#define IDC_DEC                         1023
#define ID_WRITE_AS_TEMPLATE            1024
#define ID_READ_TRACK_INFO              1025
#define ID_READ_DISK_INFO               1026
#define IDC_TRACK                       1027
#define ID_RESERVE_TRACK                1028
#define ID_SET_MODE2                    1029
#define IDC_HEADER                      1030
#define IDC_COMBO1                      1031
#define IDC_CONTENT                     1032
#define IDC_SAVE                        1033
#define IDC_LIST1                       1034
#define IDC_TREE1                       1035
#define IDC_HINT                        1036
#define ID_TOOLBARBUTTON                32772

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        136
#define _APS_NEXT_COMMAND_VALUE         32777
#define _APS_NEXT_CONTROL_VALUE         1037
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
United States United States
Wheels I reinvented on various embedded systems

*License Plate Reader
*TCP/IP stack
*Web Server
*HTTP/FTP/SMTP client
*Ethernet/SCSI/USB drivers
*FAT32/UDF file system
*JPEG/MJPEG encoder

Comments and Discussions