Next Previous Up Top Contents Index

1.5 Designator classes

pointer-cast

G.f. method

Summary

Converts a pointer from one pointer type to another.

Signature

pointer-cast pointer-designator-class C-pointer => new-C-pointer 

Arguments

pointer-designator-class
Asubclass of <C-pointer>.

c-pointer
An instance of <C-pointer>.

Values

new-c-pointer
An instance of <C-pointer>.

Library

c-ffi

Module

c-ffi

Description

Converts a pointer from one pointer type to another. The new pointer will have the same address as the old pointer.


C FFI and Win 32 Reference - 31 MAR 2000

Next Previous Up Top Contents Index