Compartilhar via


SizedSRowSet

Windows Mobile SupportedWindows Embedded CE Not Supported

9/8/2008

The SizedSRowSet macro cria um nomeado SRowSet estrutura que contém um número especificado de linhas.

Syntax

SizedSRowSet (_crow, _name)

Parameters

  • _crow
    Contagem do número de linhas a serem incluídos na nova estrutura.
  • _name
    Nome para a nova estrutura.

Remarks

Para usar a nova estrutura como um ponteiro para um SRowSet estrutura, executar o seguinte CAST:

lpSRowSet = (LPSRowSet) &SizedSRowSet;

Requirements

Header mapidefs.h
Library cemapi.lib
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

MAPI Macros
SRowSet

Other Resources

Messaging