Microsoft RPC programming guide /
Remote Procedure Call (RPC) is the glue that holds together MS-DOS, Windows 3.x, and Windows NT. It is a client-server technology -- a way of making programs on two different systems work together like one. The advantage of RPC over other distributing programming techniques is that you can link two...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, CA :
O'Reilly,
©1995.
|
Edición: | 1st ed. |
Colección: | Nutshell handbook.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 1. Overview of an RPC Application
- 2. Using a Microsoft RPC Interface
- 3. How to Write Clients
- 4. Pointers, Arrays, and Memory Usage
- 5. How to Write a Server
- 6. Using a Name Service
- 7. Context Handles
- App. A: MIDL and ACF Attributes Quick Reference
- App. B: RPC Runtime Routines Quick Reference
- App. C: The Arithmetic Application
- App. D: The Inventory Application
- App. E: The Rfile Application
- App. F: The Windows Phonebook Application