LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Hide details for ContentContent
Getting started
Basic declaration conversion
Data and reference types
Editing reference type items
Purchase
Ready-to-use samples
Hide details for Online resourcesOnline resources
Technotes and goodies
Reference
Header files
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: CreateProcessA in kernel32

CreateProcessA in kernel32 (by Ferenc Gogola, 07/20/2007 01:05:00 AM)

Hi Normunds, thanks for your quick reply. I've tried to modify declaration, but not work. The CreateProcess looks like work fine because its retval is 0 but the process is not started and the processid is invalid (null). Your OSLoader is work very fine but I need the processid to wait its end. Please give me an idea how can I catch the process Id for WaitForSingleObject(proc.hProcess, INFINITE).

Many thanx