| TIP: Click on subject to list as thread! | ANSI |
| echo: | |
|---|---|
| to: | |
| from: | |
| date: | |
| subject: | core dump |
RS> if (!(rc = DosDumpProcess(DMP_PID, ulDrive, ppib->pib_ulpid)))
jl> I tried this on Warp4 but it returned 87.
Here is some working code:
// from my Colos2/95 presentation.
#define INCL_NOPMAPI
#define INCL_DOS
#include
#include
/* definitions for DosDumpProcess */
#define DDP_DISABLEPROCDUMP 0 /* disable process dumps */
#define DDP_ENABLEPROCDUMP 1 /* enable process dumps */
#define DDP_PERFORMPROCDUMP 2 /* perform process dump */
APIRET APIENTRY DosDumpProcess(ULONG Flag, ULONG Drive, PID Pid);
#define ORD_DOS32DUMPPROCESS 113
int main(void)
{
APIRET rc;
char *null = NULL;
rc = DosDumpProcess(DDP_ENABLEPROCDUMP, 'C', 0);
if(rc)
printf("sys%04u: DosDumpProcess() failed\n", rc);
*null = 0; // cause a trap.
return 0;
}
--- Maximus/2 3.00
* Origin: Sol 3 * Toronto * V.32 * (905)858-8488 (1:259/414)SEEN-BY: 50/99 270/101 620/243 625/160 711/401 409 410 413 430 808 809 934 SEEN-BY: 711/955 712/407 515 624 628 713/317 800/1 @PATH: 259/414 400 99 250/99 3615/50 396/1 270/101 712/515 711/808 934 |
|
| SOURCE: echomail via fidonet.ozzmosis.com | |
Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.