Re: instance()???
- Posted by Andy Serpa <ac at onehorseshy.com> Jul 10, 2004
- 508 views
Bernard Ryan wrote: > > Andy Serpa wrote: > > > > I thought instance() was supposed to give me a unique handle to the program? > > On my > > system, instance() returns the value 4194304 seemingly in all circumstances > > in any > > program, even if the programs are running simulatenously. ??? > > > > Andy: > > if you don't think instance() is returning the right value, > you can check it with the following function by passing it a NULL. > > hInst = GetModuleHandle(null) > Same result. Shouldn't it be different for different programs and different instances of the same program running at the same time. It returns 4194304 always. What API function would I use to get the unique process id?