Link to home
Start Free TrialLog in
Avatar of Lucidity
Lucidity

asked on

RegisterServiceProcess

oes anyone know which file I have to include to get the
definition for RegisterServiceProcess()? this is an MFC
function listed in the help files, but it neglects to specify where the definition is.

Lucidity
ASKER CERTIFIED SOLUTION
Avatar of davmarc
davmarc

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Lucidity
Lucidity

ASKER

will something like this work ?

MyFunc =  GetProcAddress(RegisterServiceProcess(blah,blah);

after I have loaded the DLL?
Yeah, it should work.

BTW, I wonder why you gave me a C for a correct answer...

Davide Marcato.
Sorry,

I thought that I could change it later if you continued to help.
I should have given you a B. Does that affect the points you receive?
Yes, I get Qpoints*2 instead of Qpoints*3.

Davide Marcato.
terribly sorry about that, will give you an A in the future.


Lucidity