Contents Index Topic Contents | ||
Previous Topic: CreateTempBinding Next Topic: SetBindingParam |
FoundPostInfo
HRESULT FoundPostInfo(void);Determines whether a postinfo file was found on the target server.
This property is set to true if during a CreateTempBinding or CreatePermBinding call a postinfo file was found on the server.
Example
REM This example demonstrates binding parameters required by the CRS REM provider Flupl.CreateTempBinding "<http://www.icp.com/hello>", "{FFCF1E40-7978-11D0-B1C9-00AA006DCDF4}" If not Flupl.FoundPostInfo then Flupl.SetBindingParam "Servername", "www.crsserver.com <http://>" Flupl.SetBindingParam "Authentication", "MSN, NTLM" Endif
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.