原创 msdn关于GetSize()的解释

2007-3-8 13:29 4713 2 2 分类: 软件与OS

msdn关于GetSize()的解释:

1,CArray 队列
CArray::GetSize

int GetSize( ) const;

Remarks

Returns the size of the array. Since indexes are zero-based, the size is 1 greater than the largest index.

返回队列的尺寸(个数)。既然索引是从0开始的, 那么队列的个数是比最大索引值大1的。


CBookmark::GetSize

virtual ULONG GetSize( ) const;

Return Value

The size of the buffer in bytes.

Remarks

Retrieves the size of the bookmark buffer.


CFontDialog::GetSize

int GetSize( ) const;

Return Value

The font’s size, in tenths of a point.

Remarks

Call this function to retrieve the size of the selected font.

文章评论0条评论)

登录后参与讨论
我要评论
0
2
关闭 站长推荐上一条 /2 下一条