C/Visual C - api RegisterServiceProcess ?

 
Vista:

api RegisterServiceProcess ?

Publicado por ifer (31 intervenciones) el 18/07/2003 19:50:18
esta funcion poco conocida (RegisterServiceProcess) ubicada en kernel32.dll no es reconocida por VC, asi incluyendo
todas las cabeceras habidas y por haber, sin embargo VB lo reconoce facilmente con:
Private Declare Function RegisterServiceProcess Lib "kernel32" (ByVal dwProcessID As Long, ByVal dwType As Long) As Long
como puedo cargar esta funcion API?
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder