Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - MemSet
Search - MemSet - List
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <windows.h> main () { PRINTDLG pd DOCINFO di char* szMessage memset (&pd, 0, sizeof(PRINTDLG)) memset (&di, 0, sizeof(DOCINFO)) di.cbSize = sizeof(DOCINFO) di.lpszDocName = "Test" pd.lStructSize = sizeof(PRINTDLG) pd.Flags = PD_PAGENUMS | PD_RETURNDC pd.nFromPage = 1 pd.nToPage = 1 pd.nMinPage = 1 pd.nMaxPage = 1 szMessage = 0
Date : 2025-12-31 Size : 1kb User : wangb
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.