Microsoft Internet Security and Acceleration Server 2004 SDK

InternalPath Property of IFPCPathMapping[C++]

FPCPathMapping.InternalPath [Visual Basic]

[C++]

The InternalPath property gets the internal path for the mapping. The internal path is the private path to the published subdirectory on the Web server.

HRESULT get_InternalPath(
  BSTR* pbstrInternalPath
);

Parameters

pbstrInternalPath
Pointer to a BSTR that is set on return to a string value specifying the internal path for the mapping.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It is set when the object is created using the IFPCPathMappings::Add method.

[Visual Basic]

The InternalPath property gets the internal path for the mapping. The internal path is the private path to the published subdirectory on the Web server.

Property InternalPath As String

Property Value

String that specifies the internal path for the mapping.

Remarks

This property is read-only. It is set when the object is created using the FPCPathMappings.Add method.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCPathMapping