Shouldn't I be able to use EnumChildWindows to get the handles of all Button controls on a form?

I'm currently passing the handle of my form to EnumChildWindows and all I'm not getting any handles for what I expected to be all the handles of each control on the form.

Thanks