CMS_is_detached function

  1. @Native<Int Function(Pointer<CMS_ContentInfo_st>)>(ffi.Pointer<CMS_ContentInfo_st>)>()
int CMS_is_detached(
  1. Pointer<CMS_ContentInfo_st> cms
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<CMS_ContentInfo_st>)>()
external int CMS_is_detached(ffi.Pointer<CMS_ContentInfo_st> cms);