代码搜索:MAPI

找到约 647 项符合「MAPI」的源代码

代码结果 647
www.eeworm.com/read/26953/861683

h mapi.h

/* * M A P I . H * * Messaging Applications Programming Interface. * * Copyright 1986-1996 Microsoft Corporation. All Rights Reserved. * * Purpose: * * This file defines the s
www.eeworm.com/read/229812/4743381

h mapi.h

#ifndef _MAPI_H #define _MAPI_H #if __GNUC__ >=3 #pragma GCC system_header #endif #ifdef __cplusplus extern "C" { #endif #define SUCCESS_SUCCESS 0 #define MAPI_USER_ABORT 1 #define M
www.eeworm.com/read/207993/4997825

c mapi.c

#line 654 "/export/scratch0/monet/monet.GNU.64.64.d.14791/clients/src/mapilib/Mapi.mx" #include "clients_config.h" #include #include /* include before Mapi.h */ #include "
www.eeworm.com/read/207993/4997826

mx mapi.mx

@' The contents of this file are subject to the MonetDB Public License @' Version 1.1 (the "License"); you may not use this file except in @' compliance with the License. You may obtain a copy of the
www.eeworm.com/read/207993/4997827

h mapi.h

#ifndef _MAPI_H_INCLUDED #define _MAPI_H_INCLUDED #include /* for FILE * */ #define MAPI_AUTO 0 /* automatic type detection */ #define MAPI_TINY 1 #define MAPI_UTINY 2 #define MAPI_SHORT
www.eeworm.com/read/207993/4997983

py mapi.py

# The contents of this file are subject to the MonetDB Public License # Version 1.1 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the Lic
www.eeworm.com/read/207993/4998131

pm mapi.pm

# The contents of this file are subject to the MonetDB Public License # Version 1.1 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the Lic
www.eeworm.com/read/163903/5505280

bpr mapi.bpr

# --------------------------------------------------------------------------- !if !$d(BCB) BCB = $(MAKEDIR)\.. !endif # --------------------------------------------------------------------------
www.eeworm.com/read/163903/5505282

dpr mapi.dpr

program Mapi; uses Forms, Unit1 in 'Unit1.pas' {Form1}; {$R *.RES} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.
www.eeworm.com/read/163903/5505283

cpp mapi.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("Mapi.res"); USEFORMNS("Unit1.pas", Unit1, Form1); //------------------------