PreviewWindowSetVB6 Method (IMPreview)
channel ID. Reserved for future use. Use empty string (that is "") instead of this parameter.
handle of the window
PreviewWindowSet method for VB6
Syntax
Sub PreviewWindowSetVB6( _
   ByVal _bsChannelID As String, _
   ByVal _hWndParent As Integer _
) 
void PreviewWindowSetVB6( 
   string _bsChannelID,
   int _hWndParent
)
procedure PreviewWindowSetVB6( 
    _bsChannelID: String;
    _hWndParent: Integer
); 
void PreviewWindowSetVB6( 
   BSTR* _bsChannelID,
   int _hWndParent
) 

Parameters

_bsChannelID
channel ID. Reserved for future use. Use empty string (that is "") instead of this parameter.
_hWndParent
handle of the window
Example

See Also

Reference

IMPreview Interface
IMPreview Members