Compartilhar via


InitLAP (function)

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

Essa função inicializa um LAP quando ele é ativado pela LASS. Ele também permite que um LAP indicar seus recursos. Essa é uma função LAP-Exported.

Syntax

BOOL InitLAP (
  InitLap* il
);

Parameters

Return Value

Retorna TRUE em caso de sucesso e FALSE caso contrário. Para fornecer mais detalhes sobre por que usar a função falha, SetLastError.

Remarks

Observação

Essa função é chamado pelo LASS, não o aplicativo.Portanto, nenhuma biblioteca link é exposta. Para obter mais informações, consulte Criando um LAP..

Requirements

Header lap.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later
Note This function is called by the LASS, not the application. Therefore, no link library is exposed. For more information see Creating a LAP.

See Also

Reference

LAP-Exported Functions