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

Search:

Type: Posts; User: nebloof

Search: Search took 0.04 seconds.

  1. Re: Need Help With Cluster Manager API function: OpenClusterResource

    So this is the solution I found that didn't involve crazy blocks of code.
    All I had to do was use _T to pass in the string I wanted.

    hResource=OpenClusterResource((HCLUSTER) hCluster, _T("My...
  2. Need Help With Cluster Manager API function: OpenClusterResource

    I'm trying to write a C++ to help manage services in Failover Cluster Manager.

    The code below works, but I don't want to use wcin.getline to assign a string to lpszResourceName.

    How can I...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured