See Also

ResourceHttpHandler Class  | ResourceHttpHandler Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

sIn
byBuffer
nLen
See Also Languages PowerWEB TextBox for ASP.NET

ReadBinaryResource Method

Dart.PowerWEB.TextBox Namespace > ResourceHttpHandler Class : ReadBinaryResource Method
[Visual Basic]
Public Sub ReadBinaryResource( _    ByVal sIn As Stream, _    ByRef byBuffer As Byte, _    ByRef nLen As Integer _ )
[C#]
public void ReadBinaryResource(    Stream sIn,    out byte byBuffer,    out int nLen );
[C++]
public: void ReadBinaryResource(    Stream* sIn,    [PARAMFLAG::Out] byte byBuffer,    [PARAMFLAG::Out] int nLen )
[C++/CLI]
public: void ReadBinaryResource(    Stream^ sIn,    [Out] byte byBuffer,    [Out] int nLen )

Parameters

sIn
byBuffer
nLen

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

ResourceHttpHandler Class  | ResourceHttpHandler Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.