CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Pvt_Ryan

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    5,246

    Re: Creating a WMI Class

    Here is the link I was after:

    http://msdn.microsoft.com/en-us/library/aa389745%28v=vs.85%29.aspx#creating_a_base_class_with_c++
  2. Replies
    1
    Views
    5,246

    Creating a WMI Class

    Hi,

    I am writing an application that needs to insert some data into WMI.

    Now I need to do several things:

    Check if Class X exists
    If yes delete it.
    Create Class X
    Create Instance
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured