i got the reason as to why, i found a certain SWF file makes Shockwave flash ocx occur of memory leaking,so as the clock ticks,OS just got entire procedure healted finally.
hi guys,over couple of days i've tryed IoReadPartitionTableEx/IoGetBootDiskInformation,and IOCTL codes like IOCTL_DISK_GET_DRIVE_LAYOUT_EX/IOCTL_DISK_GET_PARTITION_INFO_EX none of them worked,indeed...
so i guess msft had something in OS DLLs as principle for security's sake, and yep i'd have this awesome procedure only running on my own system lol. thank you guys for replies;
hello guys:
tht scenario, it's interesting and somehow weird,yesterday i copied OS's dll 'gdi32.dll' to c:\ from c:\windows\system32\,and i ran loadlibrary/getprocaddress things in a MFC...
for instance i got a mytext.txt on disk c:\,and i try to read(open)/write(edit)this text file,whatever i can't see a file name like c:\mytext.txt either irp_mj_read and irp_mj_write...
i've been facing a weird problem up 3 days, tht is i hooked both IRP_MJ_READ and IRP_MJ_WRITE, and IoVolumeDeviceToDosName worked very well in my own IRP_MJ_WRITE dispatch routine,and...
i need to read info from memory SPD chip,like serial number,if it's possible to meet the goal in vc++?and how .if only via assembly language i wonder how too. thank you in advance
i meant 'EnumJobs() failed to get the appropriate value of DWORD TotalPages&DWORD Size at times,and i've also noticed tht msdn 'Specifies the number of pages required for the job. This value may be...
hi guys:
i tred to get printing jobs info via API EnumJobs(),and it worked but fellow items were set to zero at times,this 2 item belong to JOB_INFO_2,why EnumJobs() failed to get the...
my procedure has been trapped in a WSA_IO_INCOMPLETE vortex.according to msdn
/********************************************
WSA_IO_INCOMPLETE
(OS dependent)
Overlapped I/O event object not in...
hi M-G:
in short.i need to display on host window something hybrid text/binary element.and i was told try not to restrict docu's volume from users.so for flickering-free's sake.i need...
everbody has been familiar with bitmap things like CBitmap .BITMAP.etc.
and CBitmap::CreateCompatibleBitmap will fail if either size of width and height overruns 32k limitation. my...
i've got a question with it that is if 'CreateThread' differ from 'AfxBeginThread'.oddly enough msdn dont mention this issue if for true what makes a distinction. thx.
hi guys:
everbody knows how to displaying a bitmap to screen.we just need a memory dc and a display dc. and i try to simulate this on OnPaint and it failed to work. anyone knows why? plz . ty so...