Click here to Skip to main content
15,895,423 members
Home / Discussions / Work Issues
   

Work Issues

 
GeneralRe: Do Microsoft exam from home Pin
phimix29-Aug-05 4:29
phimix29-Aug-05 4:29 
GeneralRe: Do Microsoft exam from home Pin
Mekong River1-Sep-05 22:45
Mekong River1-Sep-05 22:45 
GeneralRe: Do Microsoft exam from home Pin
David Crow6-Sep-05 9:55
David Crow6-Sep-05 9:55 
GeneralVacancy for ASP.NET programmer Pin
Mr. Mister21-Aug-05 23:05
Mr. Mister21-Aug-05 23:05 
GeneralRe: Vacancy for ASP.NET programmer Pin
Christian Graus6-Sep-05 12:38
protectorChristian Graus6-Sep-05 12:38 
GeneralRe: Vacancy for ASP.NET programmer Pin
keencomputer2-Oct-05 11:26
keencomputer2-Oct-05 11:26 
GeneralRe: Vacancy for ASP.NET programmer Pin
Christian Graus3-Oct-05 20:10
protectorChristian Graus3-Oct-05 20:10 
GeneralGetting array output from WMI methods Pin
Anonymous8-Aug-05 19:07
Anonymous8-Aug-05 19:07 
I created a new WMI classes in WMI namespace by using the mof file . MOF file have the following content.

[WMI,
guid("{c74aece4-468b-4113-b006-0caadc968ac4}")]
class DSM_PATH_INFO {
[WmiDataId(1)] uint32 pID;
[WmiDataId(2)] boolean active;
};




class WMI_LIST_INSTANCE
{


[WmiDataId(1)] uint32 NumberOfinstance;

[WmiDataId(2),
Description("Array of DSM_PATH_INFO classes"),
WmiSizeIs("NumberOfinstnce")
] DSM_PATH_INFO pathList[];

};


class DSM_WMI_METHOD
{

[WmiMethodId(1),
Static, Implemented,
Description("Get names for Given GroupId")
] void DsmGetPathsForGroup(
[in] uint32 GroupId,
[out] WMI_LIST_INSTANCE pList
);

};



these are the class i have in WMI namespace .I am using COM API to call a method "DsmGetPathsForGroup" in DSM_WMI_METHOD class and then I am getting "WMI_LIST_INSTANCE" instance as a output.but i dont know how to access the members in "WMI_LIST_INSTANCE" instnce and then I dont know how to access the pathList[] array in "WMI_LIST_INSTNCE" instnce.

Any help would be great.because of this problem my work was stuck.




QuestionHow Can I Get Text From a Pocket Word File? Pin
jdugout7-Aug-05 16:59
jdugout7-Aug-05 16:59 
GeneralCareer Question: Architect role Pin
tiger300000004-Aug-05 22:44
tiger300000004-Aug-05 22:44 
GeneralRe: Career Question: Architect role Pin
david wendelken5-Aug-05 8:54
david wendelken5-Aug-05 8:54 
Generalif someone is looking for a .net postion Pin
sameerhanda27-Jul-05 5:31
sameerhanda27-Jul-05 5:31 
GeneralRe: if someone is looking for a .net postion Pin
Serge Calderara2-Aug-05 6:23
Serge Calderara2-Aug-05 6:23 
GeneralMore specialist certifications for SQL Server and Visual Studio Pin
Jerry Hammond23-Jul-05 19:05
Jerry Hammond23-Jul-05 19:05 
GeneralVC++ certification Pin
PJP_PJP20-Jul-05 20:02
sussPJP_PJP20-Jul-05 20:02 
GeneralRe: VC++ certification Pin
Steve Maier21-Jul-05 5:48
professionalSteve Maier21-Jul-05 5:48 
GeneralRe: VC++ certification Pin
Anonymous24-Jul-05 23:27
Anonymous24-Jul-05 23:27 
GeneralRe: VC++ certification Pin
David Crow6-Sep-05 9:56
David Crow6-Sep-05 9:56 
GeneralTwenty-one Reasons Why Clients Are Complete Idiots Pin
Anonymous20-Jul-05 9:55
Anonymous20-Jul-05 9:55 
GeneralRe: Twenty-one Reasons Why Clients Are Complete Idiots Pin
David Crow21-Jul-05 11:13
David Crow21-Jul-05 11:13 
GeneralRe: Twenty-one Reasons Why Clients Are Complete Idiots Pin
Anonymous2-Aug-05 1:29
Anonymous2-Aug-05 1:29 
GeneralRe: Twenty-one Reasons Why Clients Are Complete Idiots Pin
David Crow2-Aug-05 3:40
David Crow2-Aug-05 3:40 
GeneralRe: Twenty-one Reasons Why Clients Are Complete Idiots Pin
vikas amin5-Oct-05 4:01
vikas amin5-Oct-05 4:01 
GeneralStudy for MCDBA Pin
Marc Roberts17-Jul-05 23:38
Marc Roberts17-Jul-05 23:38 
General.NET Engineers wanted to work in San Diego, CA! Pin
Member 212185315-Jul-05 8:08
Member 212185315-Jul-05 8:08 

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.