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...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Other Authors: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Sebastopol, CA :
O'Reilly,
©1995.
|
Edition: | 1st ed. |
Series: | Nutshell handbook.
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- 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