Click here to Skip to main content
15,895,777 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: How to get the active project in visual studio Pin
Stuart Dootson27-Jan-05 21:01
professionalStuart Dootson27-Jan-05 21:01 
GeneralRe: How to get the active project in visual studio Pin
JabraJabra31-Jan-05 4:25
JabraJabra31-Jan-05 4:25 
Generalwinlogon/Notify problem. Pin
dabayi26-Jan-05 4:11
dabayi26-Jan-05 4:11 
GeneralRe: winlogon/Notify problem. Pin
geo_m26-Jan-05 7:55
geo_m26-Jan-05 7:55 
GeneralRe: winlogon/Notify problem. Pin
dabayi27-Jan-05 1:58
dabayi27-Jan-05 1:58 
GeneralRe: winlogon/Notify problem. Pin
geo_m27-Jan-05 4:37
geo_m27-Jan-05 4:37 
GeneralRe: winlogon/Notify problem. Pin
Anonymous31-Jan-05 23:07
Anonymous31-Jan-05 23:07 
GeneralRe: winlogon/Notify problem. Pin
geo_m1-Feb-05 20:43
geo_m1-Feb-05 20:43 
I see. For my info, writing to HKCU works in that situation?

Regarding your last question, AFAIK parameters are passed to a service just as they are to any C program. For the service, use the ServiceMain function that
you specified for your service. It has two parameters - argc and argv:

void WINAPI MyServiceMain(DWORD argc, TCHAR* argv[])
{
    // parse argv and argc here.
}

This is the same as main() in a C program:
- argc is the number of arguments.
- argv is an array of strings containing the service name and the parameters.
QuestionATL/WTL Replacement for EscapeToCString? Pin
HurricaneFlossie25-Jan-05 13:17
HurricaneFlossie25-Jan-05 13:17 
AnswerRe: ATL/WTL Replacement for EscapeToCString? Pin
Jörgen Sigvardsson25-Jan-05 13:53
Jörgen Sigvardsson25-Jan-05 13:53 
AnswerRe: ATL/WTL Replacement for EscapeToCString? Pin
Stuart Dootson26-Jan-05 2:32
professionalStuart Dootson26-Jan-05 2:32 
GeneralRe: ATL/WTL Replacement for EscapeToCString? Pin
HurricaneFlossie26-Jan-05 12:59
HurricaneFlossie26-Jan-05 12:59 
GeneralAdding member variables to ATL composite ActiveX control Pin
mattxlr824-Jan-05 7:34
mattxlr824-Jan-05 7:34 
GeneralATL COM programming Pin
NV1023-Jan-05 1:18
NV1023-Jan-05 1:18 
QuestionHow to expose a datetime type in WSDL in a ATL Webservice Pin
Michael B. Hansen20-Jan-05 21:32
Michael B. Hansen20-Jan-05 21:32 
QuestionHow to port a win32 without MFC project to ActiveX Control Pin
Le Hong Anh18-Jan-05 19:08
Le Hong Anh18-Jan-05 19:08 
Question,How to add interface wothout wizard ? Pin
Ritu Kwatra18-Jan-05 16:58
Ritu Kwatra18-Jan-05 16:58 
AnswerRe: ,How to add interface wothout wizard ? Pin
ThatsAlok18-Jan-05 18:41
ThatsAlok18-Jan-05 18:41 
GeneralRe: ,How to add interface wothout wizard ? Pin
Ritu Kwatra18-Jan-05 23:50
Ritu Kwatra18-Jan-05 23:50 
GeneralRe: ,How to add interface wothout wizard ? Pin
ThatsAlok19-Jan-05 0:52
ThatsAlok19-Jan-05 0:52 
GeneralRe: ,How to add interface wothout wizard ? Pin
Ritu Kwatra19-Jan-05 1:26
Ritu Kwatra19-Jan-05 1:26 
GeneralRe: ,How to add interface wothout wizard ? Pin
ThatsAlok19-Jan-05 1:44
ThatsAlok19-Jan-05 1:44 
QuestionHow to get selected dates from outlook calender Pin
rock_avi17-Jan-05 21:58
rock_avi17-Jan-05 21:58 
GeneralRead data from MS Word and Excel Pin
ajalilqarshi17-Jan-05 19:33
ajalilqarshi17-Jan-05 19:33 
GeneralRe: Read data from MS Word and Excel Pin
Tholkiem17-Jan-05 19:58
Tholkiem17-Jan-05 19:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.