Compartilhar via


CEBLOB

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

Essa estrutura contém informações sobre um objeto binário grande (blob) dos dados em armazenar o objeto.

Syntax

typedef struct _CEBLOB {
  DWORD dwCount;
  LPBYTE lpb;
} CEBLOB;

Os membros

  • dwCount
    Especifica o tamanho, em bytes, do blob.
  • lpb
    Ponteiro para o início do blob.

Requirements

Header rapitypes.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

CEVALUNION

Concepts

RAPI Structures