Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

28 lines
448 B

typedef struct _MESSAGE_STRING {
FPCHAR _far *String;
UINT Id;
} MESSAGE_STRING, _far *FPMESSAGE_STRING;
BOOL
GetTextForProgram(
IN FPCHAR Argv0,
IN OUT FPMESSAGE_STRING Messages,
IN UINT MessageCount
);
//
// Lower-level routine
//
BOOL
PatchMessagesFromFile(
IN FPCHAR Filename,
IN OUT FPMESSAGE_STRING Messages,
IN UINT MessageCount
);