Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1005 Bytes

iiisuserdata.md

File metadata and controls

35 lines (30 loc) · 1005 Bytes
title description ms.date ms.assetid
IIISUserData
Details the syntax for the IIISUserData and allows IIS Express directories to be queried and created for IIISVersion objects.
10/07/2016
7acb6312-1d49-4ed6-afe1-d31b94cd6f2c

IIISUserData

Allows per-user IIS Express directories to be queried and created for IIISVersion objects that describe IIS Express.

Syntax

interface IIISUserData : IUnknown  
{  
    [propget]  
    HRESULT  
    IISDirectory(  
        [out, retval] BSTR * pbstrDirectory  
    );  
  
    HRESULT  
    SetupIISDirectory(  
        [in] BOOL fOverride  
    );  
  
    HRESULT  
    ClearIISDirectory(  
    );  
};  

See Also

IISDirectory
SetupIISDirectory
ClearIISDirectory