
| email this FAQ to a colleague
Q: Should I create windows message loops within ISAPI? A: ISAPI DLLs run in the Internet Service, which is an NT service. NT services are not windows executables and they do not have any concept of window (parent or child). Given that your thread will freeze and binaries might die, if you
try to create a window or any window related stuff within ISAPI executable. There are several system level changes that you can do to achieve the required function, and I recommend trying other ways to do the stuff. - Murali Krishnan | Books | | | | Using ISAPI | | Stephen Genusa, Bobby, Jr Addison, Allen Clark, Dean Cleaver |
| |
|