GetXMLElementAttribute

Fills the specified buffer with the value of the XML attribute with the specified name.

        
    HRESULT GetXMLElementAttribute (
        LPCWSTR                         pwszAttributeName, 
        __out_ecount(cchBuffer) LPWSTR  pbuffer, 
        DWORD                           cchBuffer, 
        DWORD                           *dwLen
    );
        

Requirements

Header: mscorcfg.h