bn_gencb_st Struct Reference

#include <bn.h>

Data Fields

unsigned int  ver
void *  arg
union {
   void(*   cb_1 )(int, int, void *)
   int(*   cb_2 )(int, int, BN_GENCB *)
cb

Field Documentation

void* bn_gencb_st::arg
 
union { ... } bn_gencb_st::cb
 
void(* bn_gencb_st::cb_1)(int, int, void *)
 
int(* bn_gencb_st::cb_2)(int, int, BN_GENCB *)
 
unsigned int bn_gencb_st::ver
 

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top