get application names of AT jobs from scheduled tasks
How can I get a list of all the AT scheduled tasks' application names?
But I want to know how to do it exactly by using function NetScheduleJobGetInfo and AT_INFO Structure?
I'm programming in C+开发者_JAVA技巧+
Actually, I think you have the wrong function. You should be looking at NetScheduleJobEnum() which will give you an array of AT_ENUM structs, one for each job. Inside AT_ENUM is the command associated with the task.
加载中,请稍侯......
精彩评论