Next Previous Up Top Contents Index

1.5 Designator classes

null-pointer

Function

Summary

Returns a null pointer whose type is given by the pointer-designator-class.

Signature

null-pointer pointer-designator-class => null-pointer 

Arguments

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

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

Values

new-c-pointer

Library

c-ffi

Module

c-ffi

Description

Returns a null pointer whose type is given by pointer-designator-class. Note that different calls to null-pointer may return the same object.


C FFI and Win 32 Reference - 31 MAR 2000

Next Previous Up Top Contents Index