Click here to Skip to main content
15,892,072 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Virtual Destructor Pin
Maximilien2-Aug-04 16:07
Maximilien2-Aug-04 16:07 
Generaldisplay hypertext in a dialog box Pin
Red Sunday2-Aug-04 15:07
Red Sunday2-Aug-04 15:07 
GeneralRe: display hypertext in a dialog box Pin
PJ Arends2-Aug-04 15:57
professionalPJ Arends2-Aug-04 15:57 
Generalabout system time Pin
yingkou2-Aug-04 14:45
yingkou2-Aug-04 14:45 
GeneralRe: about system time Pin
Tim Smith2-Aug-04 16:10
Tim Smith2-Aug-04 16:10 
GeneralRe: about system time Pin
yingkou2-Aug-04 21:48
yingkou2-Aug-04 21:48 
GeneralI Need some direction Pin
cgriffin2-Aug-04 14:44
cgriffin2-Aug-04 14:44 
GeneralInt 21h Function 440Dh Minor Code 41h (FAT32) Pin
X20402-Aug-04 13:48
X20402-Aug-04 13:48 
what is this and how can i use it

Int 21h Function 440Dh Minor Code 41h (FAT32)
Writes data from a buffer to a track on the specified device.

mov bx, Drive ;See below
mov ch, DeviceCat ;See below
mov cl, 41h ;Write Track on Logical Drive
mov dx, seg WriteBlock ;See below
mov ds, dx
mov dx, offset WriteBlock ;ds:dx points to RWBLOCK structure
mov ax, 440Dh ;IOCTL for block device
int 21h

jc error_handler ;carry set means error


GeneralRe: Int 21h Function 440Dh Minor Code 41h (FAT32) Pin
Aamir Butt2-Aug-04 19:32
Aamir Butt2-Aug-04 19:32 
QuestionHow to Hook Notepad? Pin
mrviceroy2-Aug-04 12:05
mrviceroy2-Aug-04 12:05 
Answerhmm Pin
bikram singh2-Aug-04 18:07
bikram singh2-Aug-04 18:07 
GeneralRe: hmm Pin
alex.barylski2-Aug-04 18:52
alex.barylski2-Aug-04 18:52 
AnswerRe: How to Hook Notepad? Pin
(Steven Hicks)n+12-Aug-04 18:50
(Steven Hicks)n+12-Aug-04 18:50 
GeneralRe: How to Hook Notepad? Pin
mrviceroy3-Aug-04 3:50
mrviceroy3-Aug-04 3:50 
GeneralRe: How to Hook Notepad? Pin
(Steven Hicks)n+13-Aug-04 11:32
(Steven Hicks)n+13-Aug-04 11:32 
GeneralRe: How to Hook Notepad? Pin
mrviceroy3-Aug-04 11:34
mrviceroy3-Aug-04 11:34 
GeneralHyperthreading Pin
bs19772-Aug-04 11:43
bs19772-Aug-04 11:43 
GeneralRe: Hyperthreading Pin
wb2-Aug-04 20:30
wb2-Aug-04 20:30 
GeneralRe: Hyperthreading Pin
bs19773-Aug-04 4:35
bs19773-Aug-04 4:35 
GeneralRe: Hyperthreading Pin
Henry miller3-Aug-04 4:50
Henry miller3-Aug-04 4:50 
GeneralQuickWin Pin
Member 6256662-Aug-04 10:49
Member 6256662-Aug-04 10:49 
GeneralRe: QuickWin Pin
PJ Arends2-Aug-04 16:08
professionalPJ Arends2-Aug-04 16:08 
GeneralRe: QuickWin Pin
Member 6256663-Aug-04 4:05
Member 6256663-Aug-04 4:05 
GeneralRe: QuickWin Pin
PJ Arends3-Aug-04 7:43
professionalPJ Arends3-Aug-04 7:43 
GeneralRe: QuickWin Pin
Member 6256663-Aug-04 7:47
Member 6256663-Aug-04 7:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.