网站首页  词典首页

请输入您要查询的计算机术语:

 

术语 CHttpServerContext::operator 3c3c
释义 CHttpServerContext::operator <<

void operator <<( LPCTSTR psz );
void operator <<( long int dw );
void operator <<( short int w );
void operator <<( const CHtmlStream& Stream);
void operator <<( double d );
void operator <<( float f );
CHttpServerContext& operator <<( const CLongBinary& blob );
CHttpServerContext& operator <<( const CByteArray& array );

说明:
CHttpServerContext插入(<<)操作符将指定的字符串或整数写入CHttpServer-Context对象的HTML流中。此操作符的字符串版本将字符串不作更改地写入。整数覆盖在写入前将值转化为十进制形式。
此操作符参数直接与你能在ISAPI文法分析映射中使用的ITS_types相符合。

请参阅:
Internet Server API (ISAPI) Parse Maps, ISAPI Extensions: ParseMaps
随便看

 

MFC类库中文详解手册包含4274条MFC类库参考词条,基本涵盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容,是计算机编程的有利工具。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2025/1/23 7:47:40