Click here to Skip to main content
15,910,234 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Check date modified http request? Pin
Paul M Watt10-Oct-02 6:17
mentorPaul M Watt10-Oct-02 6:17 
GeneralRe: Check date modified http request? Pin
dazinith10-Oct-02 8:00
dazinith10-Oct-02 8:00 
Generalcombobox that disappears over a listcontrol... Pin
Joan M10-Oct-02 5:52
professionalJoan M10-Oct-02 5:52 
GeneralRe: combobox that disappears over a listcontrol... Pin
Roger Allen10-Oct-02 6:14
Roger Allen10-Oct-02 6:14 
GeneralRe: combobox that disappears over a listcontrol... Pin
Joan M10-Oct-02 6:30
professionalJoan M10-Oct-02 6:30 
GeneralDisplay Transparent AVI Pin
Brigg Thorp10-Oct-02 5:49
Brigg Thorp10-Oct-02 5:49 
GeneralRe: Display Transparent AVI Pin
Daniel Strigl10-Oct-02 20:17
Daniel Strigl10-Oct-02 20:17 
General::CreateFileMapping Pin
Abin10-Oct-02 5:35
Abin10-Oct-02 5:35 
HANDLE CreateFileMapping(
  HANDLE hFile,                       // handle to file
  LPSECURITY_ATTRIBUTES lpAttributes, // security
  DWORD flProtect,                    // protection
  DWORD dwMaximumSizeHigh,            // high-order DWORD of size
  DWORD dwMaximumSizeLow,             // low-order DWORD of size
  LPCTSTR lpName                      // object name
);


That's the function prototype shown on MSDN, I have a question about the first parameter here: it can be a handle to a disk file if the handle value is not INVALID_HANDLE_VALUE, or else it will be using system page file. I wonder which should I choose, specify a disk file or just use the system page file, which one is better and why? Thanks.
GeneralRe: ::CreateFileMapping Pin
Daniel Turini10-Oct-02 5:34
Daniel Turini10-Oct-02 5:34 
GeneralRe: ::CreateFileMapping Pin
Abin10-Oct-02 5:47
Abin10-Oct-02 5:47 
GeneralRe: ::CreateFileMapping Pin
Daniel Turini10-Oct-02 5:55
Daniel Turini10-Oct-02 5:55 
GeneralRe: ::CreateFileMapping Pin
Paul M Watt10-Oct-02 6:21
mentorPaul M Watt10-Oct-02 6:21 
GeneralRe: ::CreateFileMapping Pin
Abin10-Oct-02 7:29
Abin10-Oct-02 7:29 
GeneralRe: ::CreateFileMapping Pin
Joe Woodbury10-Oct-02 7:42
professionalJoe Woodbury10-Oct-02 7:42 
QuestionWhere did the crash happen? Pin
User 665810-Oct-02 5:27
User 665810-Oct-02 5:27 
AnswerRe: Where did the crash happen? Pin
Daniel Turini10-Oct-02 5:30
Daniel Turini10-Oct-02 5:30 
GeneralRe: Where did the crash happen? Pin
User 665810-Oct-02 5:59
User 665810-Oct-02 5:59 
GeneralRe: Where did the crash happen? Pin
Daniel Turini10-Oct-02 6:03
Daniel Turini10-Oct-02 6:03 
AnswerRe: Where did the crash happen? Pin
Paul M Watt10-Oct-02 6:42
mentorPaul M Watt10-Oct-02 6:42 
GeneralRe: Where did the crash happen? Pin
User 665810-Oct-02 6:50
User 665810-Oct-02 6:50 
GeneralRe: Where did the crash happen? Pin
Paul M Watt10-Oct-02 7:46
mentorPaul M Watt10-Oct-02 7:46 
GeneralIt has been a privilege... Pin
Georg Haan10-Oct-02 5:19
Georg Haan10-Oct-02 5:19 
GeneralRe: It has been a privilege... Pin
Daniel Turini10-Oct-02 5:20
Daniel Turini10-Oct-02 5:20 
Generalwrite vertical text using GDI+ Pin
Anonymous10-Oct-02 4:33
Anonymous10-Oct-02 4:33 
GeneralRe: write vertical text using GDI+ Pin
l a u r e n10-Oct-02 4:41
l a u r e n10-Oct-02 4:41 

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.